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 | Status |
---|---|
ConfigurationProviders |
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 | Status |
---|---|
ActuatorWeb |
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 | Status |
---|---|
CosmosDb | |
MongoDb | |
MySql | |
MySqlEFCore | |
PostgreSql | |
PostgreSqlEFCore | |
RabbitMQ | |
Redis | |
SqlServerEFCore |
Samples using the Steeltoe Security packages for Authentication and Authorization with Cloud Foundry auth services and using a Redis cache for DataProtection KeyRing storage.
Sample | Status |
---|---|
RedisDataProtection |
All new development is done on the main branch. Samples for released Steeltoe versions can be found in their respective branches. For example, branch "3.x" contains samples for the latest Steeltoe 3.x release.
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.