README.md
Steeltoe Sample Applications
This repository contains a variety of sample applications illustrating how to use the Steeltoe framework:
Configuration
Samples using the Spring Cloud Config Server and other Steeltoe configuration providers.
Sample | main | latest |
---|---|---|
Simple | ||
SimpleCloudFoundry | ||
CloudFoundry |
Discovery
Samples using Steeltoe Service Discovery microservices-based applications.
Management
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 |
Connectors
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 |
CircuitBreaker
Samples using the Steeltoe Circuit Breaker packages for building scalable and resilient microservices-based applications.
Security
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 |
MusicStore
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.
FreddysBBQ
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.
Branches
All new development is done on the latest branch. Samples for the stable version of Steeltoe can be found on the main branch.
Documentation
If you are looking for documentation on how to use the Steeltoe components, you can find that here.
Building & Running
See the Readmes for each sample for instructions on how to build and run.