Steeltoe samples and reference application collection
Перейти к файлу
Chris Cheetham ddc7c65d67 Support using shell's cf target 2017-11-17 18:54:36 -05:00
CircuitBreaker Update ASP.NET 4 CB app to 2.0 2017-10-22 08:38:41 -06:00
Configuration Support using shell's cf target 2017-11-17 18:54:36 -05:00
Connectors Support using shell's cf target 2017-11-17 18:54:36 -05:00
Discovery Update Discovery Samples for 2.0.0 2017-10-20 14:54:00 -06:00
FreddysBBQ Update references to 1.1 2017-09-15 11:06:23 -06:00
Management updated management dependencies 2017-11-14 12:28:49 -06:00
MusicStore Music store updates for 2.0, name dotnet processes for easier debug attachment [Finishes #152179228} 2017-11-16 16:41:52 -06:00
Security Support using shell's cf target 2017-11-17 18:54:36 -05:00
ci Add cf_domain to behave configuration 2017-11-17 10:28:19 -05:00
pylib Support using shell's cf target 2017-11-17 18:54:36 -05:00
steps Support using shell's cf target 2017-11-17 18:54:36 -05:00
.gitattributes Initial checkin 2016-04-28 17:13:54 -06:00
.gitignore Initial support for testing via behave 2017-11-14 18:09:35 -05:00
.travis.yml Initial checkin 2016-04-28 17:13:54 -06:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-09-15 14:36:58 -04:00
License.txt Initial checkin 2016-04-28 17:13:54 -06:00
README.md Use relative links for in-project navigation 2017-10-04 11:00:30 -04:00
TESTS.md Support using shell's cf target 2017-11-17 18:54:36 -05:00
appveyor.yml SteelToe -> Steeltoe [#130554549] 2016-09-19 10:21:45 -04:00
behave.ini Initial support for testing via behave 2017-11-14 18:09:35 -05:00
environment.py Support using shell's cf target 2017-11-17 18:54:36 -05:00
logging.ini Rename logging config file for consistency 2017-11-17 13:17:29 -05:00
pyenv.pkgs Add MechanicalSoup and update some other packages 2017-11-17 09:07:50 -05:00
user.ini.example Initial support for testing via behave 2017-11-14 18:09:35 -05:00

README.md

Steeltoe Sample Applications

This repo contains several sample applications illustrating how to use the Steeltoe frameworks.

  • Configuration - various ASP.NET Core and ASP.NET 4.x samples illustrating how to use the Spring Cloud Config Server and access CloudFoundry VCAP_* environment variables as configuration data.
  • Connectors - several samples illustrating how to use the Steeltoe Connectors for connecting to CloudFoundry services in your ASP.NET Core application. Steeltoe Connectors simplify the coding process of binding to and accessing CloudFoundry based services.
  • Discovery - ASP.NET Core and ASP.NET 4.x sample apps illustrating how to use the Steeltoe discovery packages for Service discovery in micro services based application.
  • CircuitBreaker - ASP.NET Core and ASP.NET 4.x sample apps illustrating how to use the Steeltoe Circuit Breaker packages for building scalable and resilient micro services based application.
  • Security - sample apps illustrating how to make use of the Steeltoe CloudFoundry External Security Providers for Authentication and Authorization against a CloudFoundry OAuth2 security service(e.g. UAA Server or Pivotal Single Signon). Also includes a sample illustrating how to make use of a Redis cache for Dataprotection KeyRing storage.
  • MusicStore - a sample app illustrating how to use all of the Steeltoe components together in a ASP.NET Core application. This is a microservies based application built from the ASP.NET Core reference app MusicStore provided by Microsoft.
  • FreddysBBQ - a polyglot (i.e. Java and .NET) microservices based sample app illustrating interoperability between Java and .NET based microservices running on CloudFoundry, secured with OAuth2 Security Services and using Spring Cloud Services.

Branches

All new development is done on the dev branch. More stable versions of the samples can be found on the master 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.