Skip to content

Steeltoe samples and reference application collection

License

Notifications You must be signed in to change notification settings

SteeltoeOSS/Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Steeltoe Sample Applications

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 Build Status

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 Build Status

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 Build Status
MongoDb Build Status
MySql Build Status
MySqlEFCore Build Status
PostgreSql Build Status
PostgreSqlEFCore Build Status
RabbitMQ Build Status
Redis Build Status
SqlServerEFCore Build Status

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 Build Status

Branches

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.

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.