Steeltoe samples and reference application collection
Перейти к файлу
bart-vmware 2f0ec56757 Update RabbitMQ sample 2022-12-16 14:41:12 +01: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 use latest Steeltoe 3.2 nuget packages 2022-10-24 13:37:12 -05:00
Configuration Correct branch name in status badges (#258) 2022-12-12 16:06:12 +01:00
Connectors Update RabbitMQ sample 2022-12-16 14:41:12 +01:00
Discovery use latest Steeltoe 3.2 nuget packages 2022-10-24 13:37:12 -05:00
FileShares use latest Steeltoe 3.2 nuget packages 2022-10-24 13:37:12 -05:00
FreddysBBQ use latest Steeltoe 3.2 nuget packages 2022-10-24 13:37:12 -05:00
Management/src Correct branch name in status badges (#258) 2022-12-12 16:06:12 +01:00
Messaging Delete project, update image path (#250) 2022-09-16 14:30:19 -04:00
MusicStore use latest Steeltoe 3.2 nuget packages 2022-10-24 13:37:12 -05:00
Security Correct branch name in status badges (#258) 2022-12-12 16:06:12 +01:00
Stream use latest Steeltoe 3.2 nuget packages 2022-10-24 13:37:12 -05:00
WorkshopFinal nuget.config updates 2022-07-28 17:19:29 -05:00
ci Upgrade Ruby to 3.1 2022-12-13 11:10:08 -05:00
config use latest Steeltoe 3.2 nuget packages 2022-10-24 13:37:12 -05:00
pysteel make loop wait configurable 2022-10-21 10:33:46 -04:00
steps fix var name 2022-10-21 11:40:40 -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 Fix docker command (#260) 2022-12-14 17:41:22 +01:00
License.txt Remove exec bit 2020-04-28 12:32:50 -04:00
Pipfile updates for tests 2022-10-11 13:40:58 -05:00
Pipfile.lock Bump certifi from 2022.9.24 to 2022.12.7 (#257) 2022-12-12 09:05:42 -06:00
README.md Update links containing 'master' to 'main' branch (#256) 2022-12-08 08:49:23 -06:00
TESTS.md updates for tests 2022-10-11 13:40:58 -05:00
appveyor.yml Remove exec bit 2020-04-28 12:32:50 -04:00
behave.ini increase mat attempts for local processes 2022-10-21 11:40:21 -04:00
behave.ps1 updates for tests 2022-10-11 13:40:58 -05:00
behave.sh update python version 2022-10-11 13:49:26 -05:00
configure.ps1 Target only .NET6 2022-04-11 15:15:53 -04:00
environment.py make loop wait configurable 2022-10-21 10:33:46 -04:00
logging.ini Overwrite test log 2020-04-24 09:52:20 -04:00
nuget.config nuget.config updates 2022-07-28 17:19:29 -05:00
pyenv.pkgs dependabot alerts (#249) 2022-09-16 11:19:29 -04:00
user.ini.example make loop wait configurable 2022-10-21 10:33:46 -04: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 main 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.