Steeltoe samples and reference application collection
Перейти к файлу
bart-vmware d38e62564d Review feedback: switch to "mini" plan for CosmosDB 2023-01-19 13:58:52 +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 Move all status badges to root README.md 2023-01-16 17:55:16 +01:00
Connectors Review feedback: switch to "mini" plan for CosmosDB 2023-01-19 13:58:52 +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 Move all status badges to root README.md 2023-01-16 17:55:16 +01:00
Messaging Delete project, update image path (#250) 2022-09-16 14:30:19 -04:00
MusicStore Delete global.json to fix failing netcore buildpack 2022-12-22 14:32:32 +01:00
Security Merge pull request #277 from SteeltoeOSS/fix-uaa-2 2023-01-18 13:22:19 +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 Updated connector samples, based on default MvcWebApplication project template, targeting .NET 7: 2023-01-18 15:47:26 +01:00
config Updated connector samples, based on default MvcWebApplication project template, targeting .NET 7: 2023-01-18 15:47:26 +01:00
pysteel Fix UAA/SingleSigon apps to not use random routes 2023-01-17 09:12:19 -05:00
steps Do not fail on route error 2023-01-17 08:22:01 -05: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 Add support for random routes 2022-12-16 12:36:27 -05: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 Update CommonTasks.md 2023-01-06 13:24:27 +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 Updated connector samples, based on default MvcWebApplication project template, targeting .NET 7: 2023-01-18 15:47:26 +01: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 Add support for random routes 2022-12-16 12:36:27 -05: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 framework:

Configuration

Samples using the Spring Cloud Config Server and other Steeltoe configuration providers.

Sample main latest
Simple Build Status Build Status
SimpleCloudFoundry Build Status Build Status
CloudFoundry Build Status Build Status

Discovery

Samples using Steeltoe Service Discovery microservices-based applications.

Management

Samples using the Steeltoe Management packages for adding Management REST endpoints to your application, as well as adding Distributed Tracing support.

Sample main latest
CloudFoundry Build Status Build Status

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.

Sample main latest
CosmosDb Build Status Build Status
MongoDb Build Status Build Status
MySql Build Status Build Status
MySqlEFCore Build Status Build Status
OAuth Build Status Build Status
PostgreSql Build Status Build Status
PostgreSqlEFCore Build Status Build Status
RabbitMQ Build Status Build Status
Redis Build Status Build Status
SqlServerEFCore Build Status Build Status

CircuitBreaker

Samples using the Steeltoe Circuit Breaker packages for building scalable and resilient microservices-based applications.

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.

Sample main latest
CloudFoundrySingleSignon Build Status Build Status

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 latest branch. Samples for the stable version of Steeltoe 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.