Skip to content

ruman81/Samples

This branch is 767 commits behind SteeltoeOSS/Samples:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e644f5a · Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 13, 2018
Nov 20, 2017
Jan 9, 2018
Apr 28, 2016
Nov 28, 2017
Apr 28, 2016
Sep 15, 2017
Apr 28, 2016
Jan 31, 2018
Nov 20, 2017
Sep 19, 2016
Nov 14, 2017
Nov 18, 2017
Nov 17, 2017
Nov 17, 2017
Nov 19, 2017
Nov 19, 2017
Nov 19, 2017
Nov 19, 2017
Nov 14, 2017

Repository files navigation

Steeltoe Sample Applications

This repository contains a variety of sample applications illustrating how to use the Steeltoe frameworks:

  • Configuration - ASP.NET Core and ASP.NET 4.x samples illustrating how to use the Spring Cloud Config Server and access CloudFoundry VCAP_* environment variables as configuration data.
  • Connectors - ASP.NET Core and ASP.NET 4.x samples illustrating how to use the Steeltoe Connectors for connecting to CloudFoundry services. Steeltoe Connectors simplify the coding process of binding to and accessing CloudFoundry based services.
  • Discovery - ASP.NET Core and ASP.NET 4.x sample apps illustrating how to use the Steeltoe discovery packages for Service discovery in microservices-based application.
  • CircuitBreaker - ASP.NET Core and ASP.NET 4.x sample apps illustrating how to use the Steeltoe Circuit Breaker packages for building scalable and resilient microservices-based application.
  • Security - sample apps illustrating how to make use of the Steeltoe CloudFoundry External Security Providers for Authentication and Authorization against a CloudFoundry OAuth2 security service(e.g. UAA Server or Pivotal Single Signon). Also includes a sample illustrating how to make use of a Redis cache for DataProtection KeyRing storage and a sample for interacting with CredHub.
  • MusicStore - a sample app illustrating how to use all of the Steeltoe components together in an ASP.NET Core application. This is a microservices-based application built from the ASP.NET Core reference app: MusicStore by Microsoft.
  • FreddysBBQ - a polyglot (i.e. Java and .NET) microservices-based sample app illustrating interoperability between Java and .NET running 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.

About

Steeltoe Sample Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.0%
  • JavaScript 34.3%
  • Gherkin 2.0%
  • HTML 1.8%
  • Python 1.3%
  • CSS 1.2%
  • Other 1.4%