Steeltoe samples and reference application collection
Перейти к файлу
Tim Hess 03cbc3dc38 update music store scripts and readme to use netcoreapp2.1 2018-05-29 08:08:40 -05:00
CircuitBreaker Updates to (asp).net core 2.1.0-rc1 and other misc packages [#157514780] 2018-05-24 14:38:08 -05:00
Configuration config server still uses validate_certificates, not validateCertificates 2018-05-25 09:14:40 -05:00
Connectors Updates to (asp).net core 2.1.0-rc1 and other misc packages [#157514780] 2018-05-24 14:38:08 -05:00
Discovery Updates to (asp).net core 2.1.0-rc1 and other misc packages [#157514780] 2018-05-24 14:38:08 -05:00
FreddysBBQ config server still uses validate_certificates, not validateCertificates 2018-05-25 09:14:40 -05:00
Management Updates to (asp).net core 2.1.0-rc1 and other misc packages [#157514780] 2018-05-24 14:38:08 -05:00
MusicStore update music store scripts and readme to use netcoreapp2.1 2018-05-29 08:08:40 -05:00
Security Updated CredHubDemo: 2018-05-25 18:29:15 -05:00
ci Updates to (asp).net core 2.1.0-rc1 and other misc packages [#157514780] 2018-05-24 14:38:08 -05:00
pylib Capture command output 2017-11-20 13:55:26 -05:00
steps Update per cf command output change 2018-01-09 09:58:12 -05:00
.gitattributes Initial checkin 2016-04-28 17:13:54 -06:00
.gitignore Use Circuit Breakers for Music Store Service interactions 2017-11-28 11:57:35 -06: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 add links to docs site, more markdown linting 2018-01-31 15:16:30 -06:00
TESTS.adoc Rewrite test overview doc 2017-11-20 11:42:38 -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 Guess CloundFoundry domain if not configured 2017-11-18 08:48:36 -05:00
logging.ini Rename logging config file for consistency 2017-11-17 13:17:29 -05:00
pyenv.pkgs Remove pip from required packages 2018-04-30 17:13:59 -04:00
test-run Helpers to setup and run tests on Posix 2017-11-19 12:27:08 -05:00
test-run.cmd Helpers to setup and run tests on Windows 2017-11-19 13:18:16 -05:00
test-setup Invoke pip as module in case it needs to be updated 2018-04-30 15:22:04 -04:00
test-setup.cmd Install mechanical soup first on Windows 2018-04-30 17:25:27 -04:00
user.ini.example Initial support for testing via behave 2017-11-14 18:09:35 -05:00

README.md

Steeltoe Sample Applications

This repository contains a variety of sample applications illustrating how to use the Steeltoe frameworks:

  • Configuration - 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 - ASP.NET Core and ASP.NET 4.x samples illustrating how to use the Steeltoe Connectors for connecting to CloudFoundry services. 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 microservices-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 microservices-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 and a sample for interacting with CredHub.
  • MusicStore - a sample app illustrating how to use all of the Steeltoe components together in an ASP.NET Core application. This is a microservices-based application built from the ASP.NET Core reference app: MusicStore by Microsoft.
  • FreddysBBQ - a polyglot (i.e. Java and .NET) microservices-based sample app illustrating interoperability between Java and .NET 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.