This repository contains a variety of sample applications illustrating how to use the Steeltoe framework:
Samples using the Spring Cloud Config Server and other Steeltoe configuration providers.
Sample | main | latest |
---|---|---|
Simple | ||
SimpleCloudFoundry | ||
CloudFoundry |
Samples using Steeltoe Service Discovery microservices-based applications.
Samples using the Steeltoe Management packages for adding Management REST endpoints to your application, as well as adding Distributed Tracing support.
Sample | main | latest |
---|---|---|
CloudFoundry |
Samples using the Steeltoe Connectors for connecting to backing services. Steeltoe Connectors simplify the coding process of binding to and accessing Cloud Foundry-based services.
Sample | main | latest |
---|---|---|
CosmosDb | ||
MongoDb | ||
MySql | ||
MySqlEFCore | ||
OAuth | ||
PostgreSql | ||
PostgreSqlEFCore | ||
RabbitMQ | ||
Redis | ||
SqlServerEFCore |
Samples using the Steeltoe Circuit Breaker packages for building scalable and resilient microservices-based applications.
Samples using the Steeltoe Security packages for Authentication and Authorization with Cloud Foundry auth services, using a Redis cache for DataProtection KeyRing storage and for interacting with CredHub.
Sample | main | latest |
---|---|---|
CloudFoundrySingleSignon |
A sample that uses all of the Steeltoe components together in a microservices-based ASP.NET Core application. Adapted from the ASP.NET Core reference app: MusicStore by Microsoft.
A polyglot (Java and .NET) microservices-based sample demonstrating interoperability between Java and .NET on CloudFoundry, secured with OAuth2 Security Services and using Spring Cloud Services.
All new development is done on the latest branch. Samples for the stable version of Steeltoe can be found on the main branch.
If you are looking for documentation on how to use the Steeltoe components, you can find that here.
See the Readmes for each sample for instructions on how to build and run.