Samples/Connectors
dependabot[bot] eb445425d1 Bump MongoDB.Driver from 2.18.0 to 2.19.0 in /Connectors/src/MongoDb
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.18.0...v2.19.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-06 13:03:29 +02:00
..
src Bump MongoDB.Driver from 2.18.0 to 2.19.0 in /Connectors/src/MongoDb 2023-05-06 13:03:29 +02:00
README.md Add K8S service bindings to PostgreSql sample (#271) 2023-03-03 16:37:49 +01:00

README.md

Connector Sample Applications

This repo tree contains sample apps illustrating how to use the Steeltoe Connectors for connecting to CloudFoundry services in your ASP.NET 7.x application. Steeltoe Connectors simplify the coding process of binding to and accessing CloudFoundry-based services.

ASP.NET Core Samples

  • src/CosmosDb - Connect to an Azure CosmosDB database on CloudFoundry.
  • src/MongoDb - Connect to a MongoDB database on CloudFoundry.
  • src/MySql - Connect to a MySQL database on CloudFoundry.
  • src/MySqlEFCore - Connect to a MySQL database through an Entity Framework Core DbContext on CloudFoundry.
  • src/OAuth - Connect to an OAuth2 security service (e.g. UAA Server or Pivotal Single Signon) on CloudFoundry.
  • src/PostgreSql - Connect to a PostgreSQL database on CloudFoundry or Kubernetes.
  • src/PostgreSqlEFCore - Connect to a PostgreSQL database through an Entity Framework Core DbContext on CloudFoundry or Kubernetes.
  • src/RabbitMQ - Connect to a RabbitMQ server on CloudFoundry.
  • src/Redis - Connect a Microsoft Redis Cache Extension and/or a ConnectionMultiplexor to a Redis cache on CloudFoundry.
  • src/SqlServerEFCore - Connect to a Microsoft SQL Server database through an Entity Framework Core DbContext on CloudFoundry.

Building & Running

See the Readme for instructions on building and running each app.


See the Official Steeltoe Service Connectors Documentation for a more in-depth walkthrough of the samples and more detailed information.