Steeltoe samples and reference application collection
Перейти к файлу
Tim Hess 4f22124bf8 rollforward to latestMinor 2022-05-26 11:12:44 -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 branch 'main' into latest 2022-05-26 09:52:56 -04:00
Configuration rollforward to latestMinor 2022-05-26 11:12:44 -04:00
Connectors rollforward to latestMinor 2022-05-26 11:12:44 -04:00
Discovery drop most disk quotas 2022-04-11 18:17:58 -04:00
FileShares drop most disk quotas 2022-04-11 18:17:58 -04:00
FreddysBBQ manifest tweaks 2022-04-11 18:13:50 -04:00
Management/src rollforward to latestMinor 2022-05-26 11:12:44 -04:00
Messaging Sync versions.props in project folders 2022-02-08 09:07:35 -05:00
MusicStore manifest tweaks 2022-04-11 18:13:50 -04:00
Security rollforward to latestMinor 2022-05-26 11:12:44 -04:00
Stream manifest tweaks 2022-04-11 18:13:50 -04:00
WorkshopFinal nuget.config updates 2022-04-11 15:40:02 -04:00
ci change watched branch for builds 2022-04-11 15:41:35 -04:00
config Target only .NET6 2022-04-11 15:15:53 -04:00
pysteel wait longer between service status checks 2022-04-11 18:51:57 -04:00
steps use newer config server for integration tests 2021-05-26 07:54:58 -04:00
.editorconfig Set PowerShell indent 2020-05-05 14:18:16 -04:00
.gitattributes Migrate test launcher (Windows) to pipenv 2020-05-06 13:27:03 -04:00
.gitignore Music store updates, polish, add Tye 2020-10-28 11:20:07 -04:00
.travis.yml Remove exec bit 2020-04-28 12:32:50 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-09-15 14:36:58 -04:00
CommonTasks.md Use .NET 6 in Hystrix sample 2022-03-28 13:45:22 -04:00
License.txt Remove exec bit 2020-04-28 12:32:50 -04:00
Pipfile Downgrade Python to 3.7 2020-05-19 10:33:04 -04:00
Pipfile.lock Bump ipython from 7.23.1 to 7.31.1 (#235) 2022-01-24 15:16:40 -05:00
README.md Remove exec bit 2020-04-28 12:32:50 -04:00
TESTS.md Target only .NET6 2022-04-11 15:15:53 -04:00
appveyor.yml Remove exec bit 2020-04-28 12:32:50 -04:00
behave.ini Use tag to setup scaffolding 2020-04-30 16:55:19 -04:00
behave.ps1 Invert behave init logic (Windows) 2020-05-14 14:43:29 -04:00
behave.sh Let env choose Python exe 2020-08-13 18:04:46 -04:00
configure.ps1 Target only .NET6 2022-04-11 15:15:53 -04:00
environment.py Cleanup lint warnings 2020-05-15 12:00:09 -04:00
logging.ini Overwrite test log 2020-04-24 09:52:20 -04:00
nuget.config nuget.config updates 2022-04-11 15:40:02 -04:00
pyenv.pkgs Bump lxml to 4.5.0 2020-05-05 14:18:36 -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.