Steeltoe samples and reference application collection
Перейти к файлу
Chris Cheetham 5fad4ab236 Use exec to run behave 2020-04-24 09:53:26 -04:00
.github/ISSUE_TEMPLATE Added sample name to template 2019-11-01 10:21:59 -04:00
.libexec Adds a helper to generate DevOps pipelines 2019-10-31 11:02:15 -04:00
CircuitBreaker Merge conflict resolved 2020-04-03 11:45:42 -04:00
Configuration Add build badges 2020-04-23 17:35:33 -04:00
Connectors Add build badges 2020-04-23 17:35:33 -04:00
Discovery Merge conflict resolved 2020-04-03 11:45:42 -04:00
FileShares Migrates CF windows stack to 'windows' 2019-11-01 11:20:27 -04:00
FreddysBBQ Migrates CF windows stack to 'windows' 2019-11-01 11:20:27 -04:00
Management Add build badges 2020-04-23 17:35:33 -04:00
MusicStore Merge conflict resolved 2020-04-03 11:45:42 -04:00
Security Add build badges 2020-04-23 17:35:33 -04:00
WorkshopFinal Migrates CF windows stack to 'windows' 2019-11-01 11:20:27 -04:00
ci Housekeeping improvements 2020-04-09 09:52:23 -04:00
config Merge conflict resolved 2020-04-03 11:45:42 -04:00
pylib Include command stderr in exception 2019-06-07 15:00:57 -04:00
steps add test for management endpoints 2019-02-16 09:37:36 -05:00
.editorconfig Update editor config for Gherkin 2020-04-24 09:52:51 -04:00
.gitattributes Initial checkin 2016-04-28 17:13:54 -06:00
.gitignore merge GemFire 2019-10-28 10:48:22 -04: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
CommonTasks.md more samples running netcoreapp3.0 2019-10-31 14:58:40 -04:00
License.txt URL Cleanup 2019-03-20 23:52:33 -05:00
README.md update a few readmes and a couple more samples 2019-10-31 16:38:53 -04:00
TESTS.adoc update READMEs and Integration tests for cflinuxfs3/ubuntu 16.04 (#109) 2019-05-13 10:14:37 -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 Add support for running CI Net Framework projects on Unix 2020-03-06 12:12:06 -05:00
logging.ini Overwrite test log 2020-04-24 09:52:20 -04:00
nuget.config don't use the staging feed, update security-4x Steeltoe refs 2019-04-02 06:56:46 -05:00
pyenv.pkgs fixed 2018-07-19 10:27:59 -04:00
test-run Use exec to run behave 2020-04-24 09:53:26 -04: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 - samples using the Spring Cloud Config Server and other Steeltoe configuration providers.
  • Discovery - sampless using Steeltoe Service Discovery microservices-based application.
  • Management - samples using the Steeltoe Management packages for adding Management REST endpoints to your application as well as adding Distributed Tracing support.
  • Connectors - 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.
  • CircuitBreaker - samples using the Steeltoe Circuit Breaker packages for building scalable and resilient microservices-based application.
  • Security - samples using the Steeltoe Security packages for Authentication and Authorization with Cloud Foundry auth services, using a Redis cache for DataProtection KeyRing storage and for interacting with CredHub.
  • MusicStore - a sample that uses all of the Steeltoe components together in a microservices-based ASP.NET Core application. Adapted from the ASP.NET Core reference app: MusicStore by Microsoft.
  • FreddysBBQ - a polyglot (Java and .NET) microservices-based sample demonstrating interoperability between Java and .NET 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.