Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.
/ Home Public archive

This is the old home for the Steeltoe project. Please refer to the SteeltoeOSS/steeltoe repository moving forward.

License

Notifications You must be signed in to change notification settings

SteeltoeOSS/Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Steeltoe

NOTICE: This repository has been relocated as a sub-directory under the Steeltoe repository. All issues and future development will be done under that repository.

Introduction

Steeltoe is an open source project aimed at making the tremendously useful tools from Netflix OSS, Spring Cloud and others available to the .NET community.

Steeltoe is built to work with .NET Core and .NET Framework 4.x. Steeltoe is compatible with .NET Standard 2.0.

Today, most Steeltoe components work stand-alone (on your local computer) as well as on Cloud Foundry, the industry leading multi-cloud application platform.

Steeltoe components typically build on other technology offerings, such as Netflix OSS and Spring Cloud by providing several packages that enable .NET developers to quickly leverage these tools when implementing some of the basic patterns (for example: centralized configuration management, service discovery, circuit breakers, etc.) typically found in highly scalable and resilient distributed applications.

Steeltoe provides services that broadly fall into two categories:

  • Services that simplify using .NET and ASP.NET on cloud platforms like Cloud Foundry:

    • Connectors (MySql, PostgreSQL, Microsoft SQL Server, RabbitMQ, Redis, OAuth, etc)
    • Configuration
    • Security (OAuth SSO, JWT, Redis Key Ring Storage, etc.)
    • Logging
  • Services that enable .NET and ASP.NET developers to leverage Netflix OSS, Spring Cloud and other industry leading services:

    • Configuration providers (Spring Cloud, Vault, etc.)
    • Service Discovery client (Netflix Eureka, etc.)
    • CircuitBreaker (Netflix Hystrix, etc.)
    • Management

Steeltoe is freely available for production application usage today. Be sure to visit the official Steeltoe site.

Project Repositories

Steeltoe is fully open source and is composed of several repositories all found under the SteeltoeOSS organization. Here are some of the most commonly used:

  • Configuration - configuration providers which extend the reach of .NET Configuration services

  • Common - Common packages to other Steeltoe components

  • CircuitBreaker - monitor and isolate requests to remote dependent services with latency and fault tolerance logic

  • Connectors - simplify the process of configuring and using back-end services locally and in the cloud

  • Discovery - provide the ability to register and discover services locally and in the cloud

  • Dockerfiles - Our collection of docker files we have on dockerhub

  • eShopOnContainers - Sample reference microservice and container based application with added Steeltoe capabilities (Forked and updated from dotnet-architecture org)

  • Logging - adds logging extensions

  • Management - add monitoring and management to production based application

  • Samples - Our collection of Sample applications used as a reference for Steeltoe .NET Application development

  • Security - simplify integration of security services provided by the cloud platform

  • steeltoe-site - All of the steeltoe.io website and documentation artifacts

  • Tooling - Steeltoe SDK and Tooling

View the Steeltoe project list for brief descriptions of all projects, build statuses, and links to the source code.

Roadmaps

Getting Started

  1. Perform any of the several Quick Starts you will find throughout the Steeltoe documentation.

  2. Review, run, and modify the extensive collection of Samples available on Github.

  3. To get down into the details of any Steeltoe project, read the documentation.

Getting the Code

All new Steeltoe development is done on the dev branch in each of the above mentioned repositories.

More stable versions of the Steeltoe code can be found in master.

All release and release candidate packages are produced from master.

The latest prebuilt packages from each branch can be found on one of two MyGet feeds shown below.

Released and release candidates can be found on NuGet.

Contributing

The Steeltoe project welcomes contributions both by filing issues and through PRs. You are also welcome to join us on Slack

Check out the contributing page to see how you can get involved and contribute to Steeltoe.

Also its worth noting, the Steeltoe project has adopted the code of conduct defined by the Contributor Covenant. If you'd like more information, see the .NET Foundation Code of Conduct write-up.

Governance Model

As a member of the .NET Foundation, the Steeltoe project has adopted a project governance model in line with that recommended by the Foundation.

Licenses

The Steeltoe project uses the Apache License Version 2.0 license for all of its code. See the contribution licensing document for more details.

About

This is the old home for the Steeltoe project. Please refer to the SteeltoeOSS/steeltoe repository moving forward.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published