Steeltoe Intro - fombico/dotnet-rampup GitHub Wiki
Steeltoe is an open-source project to help build cloud native apps in .NET and ASP.NET. It provides services that integrate with Cloud Foundry and Spring Cloud. (Spring Cloud makes Netflix OSS more accessible to spring developers)
Services that simplify using Cloud Foundry services on .NET and ASP.NET projects:
- Connectors (e.g. MySql, Redis, Postgres, RabbitMQ, OAuth, etc)
- Configuration providers
- Security providers (OAuth SSO, JWT, Redis Key Ring Storage, etc.)
- Logging providers
Services that enable .NET and ASP.NET developers to leverage Spring Cloud:
- Configuration Server client
- Service Discovery client
- Hystrix Circuit Breaker
- Management endpoints
In the following pages we'll show how to integrate some of these services.
Up next: CF Configuration
Resources
Steeltoe