The Wayback Machine - https://web.archive.org/web/20200615144912/https://github.com/SteeltoeOSS/Samples
Skip to content
Steeltoe samples and reference application collection
JavaScript C# HTML Python CSS Gherkin Other
Branch: 2.x
Clone or download

Latest commit

Latest commit 43607bd Jun 9, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE
.libexec Adds a helper to generate DevOps pipelines Oct 31, 2019
CircuitBreaker Merge conflict resolved Apr 3, 2020
Configuration Separate scaffolding concern May 15, 2020
Connectors Separate scaffolding concern May 15, 2020
Discovery Merge conflict resolved Apr 3, 2020
FileShares SMB cleanup May 19, 2020
FreddysBBQ Migrates CF windows stack to 'windows' Nov 1, 2019
Management Separate scaffolding concern May 15, 2020
MusicStore Use nuget packages in MongoDb.csproj Apr 28, 2020
Security Fix WCF security settings for audience validation Jun 8, 2020
WorkshopFinal Migrates CF windows stack to 'windows' Nov 1, 2019
ci Tidy pipeline yaml Jun 9, 2020
config Update versions.props Jun 4, 2020
pysteel Remove vesitiges May 15, 2020
steps Reorg local pythin library May 15, 2020
.editorconfig Set PowerShell indent May 5, 2020
.gitattributes Migrate test launcher (Windows) to pipenv May 6, 2020
.gitignore Cleanup virtualenv vestige May 6, 2020
.travis.yml Remove exec bit Apr 28, 2020
CONTRIBUTING.md Create CONTRIBUTING.md Sep 15, 2017
CommonTasks.md more samples running netcoreapp3.0 Oct 31, 2019
License.txt Remove exec bit Apr 28, 2020
Pipfile Downgrade Python to 3.7 May 19, 2020
Pipfile.lock Downgrade Python to 3.7 May 19, 2020
README.md Remove exec bit Apr 28, 2020
TESTS.md Update TESTS doc May 15, 2020
appveyor.yml Remove exec bit Apr 28, 2020
behave.ini Use tag to setup scaffolding Apr 30, 2020
behave.ps1 Invert behave init logic (Windows) May 14, 2020
behave.sh Invert behave init logic (Windows) May 14, 2020
environment.py Cleanup lint warnings May 15, 2020
logging.ini Overwrite test log Apr 24, 2020
nuget.config don't use the staging feed, update security-4x Steeltoe refs Apr 2, 2019
pyenv.pkgs Bump lxml to 4.5.0 May 5, 2020
user.ini.example Initial support for testing via behave Nov 14, 2017

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.

You can’t perform that action at this time.