Steeltoe samples and reference application collection
Перейти к файлу
Chris Cheetham 7be77f706b Remove exec bit 2020-04-28 12:32:50 -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 Rename cloudfoundry tag 2020-04-27 09:04:13 -04:00
Connectors Rename cloudfoundry tag 2020-04-27 09:04:13 -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 Rename cloudfoundry tag 2020-04-27 09:04:13 -04:00
MusicStore Merge conflict resolved 2020-04-03 11:45:42 -04:00
Security Rename cloudfoundry tag 2020-04-27 09:04:13 -04:00
WorkshopFinal Migrates CF windows stack to 'windows' 2019-11-01 11:20:27 -04:00
ci Fail faster 2020-04-24 11:15:14 -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
.editorconfig Update editor config for Gherkin 2020-04-24 09:52:51 -04:00
.gitattributes Remove exec bit 2020-04-28 12:32:50 -04:00
.gitignore Remove exec bit 2020-04-28 12:32:50 -04:00
.travis.yml Remove exec bit 2020-04-28 12:32:50 -04:00
CONTRIBUTING.md
CommonTasks.md more samples running netcoreapp3.0 2019-10-31 14:58:40 -04:00
License.txt Remove exec bit 2020-04-28 12:32:50 -04:00
README.md Remove exec bit 2020-04-28 12:32:50 -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 Remove exec bit 2020-04-28 12:32:50 -04:00
behave.ini
environment.py Logging improvements 2020-04-27 12:44:21 -04:00
logging.ini Overwrite test log 2020-04-24 09:52:20 -04:00
nuget.config
pyenv.pkgs
test-run Use exec to run behave 2020-04-24 09:53:26 -04:00
test-run.cmd
test-setup
test-setup.cmd
user.ini.example

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.