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 main latest
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 main latest
ActuatorWeb Build Status
CloudFoundry 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 main latest
CosmosDb Build Status Build Status
MongoDb Build Status Build Status
MySql Build Status Build Status
MySqlEFCore Build Status Build Status
OAuth Build Status
PostgreSql Build Status Build Status
PostgreSqlEFCore Build Status Build Status
RabbitMQ Build Status Build Status
Redis Build Status Build Status
SqlServerEFCore Build Status 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 main latest
RedisDataProtection Build Status

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.