https://github.com/SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
https://github.com/SteeltoeOSS/Steeltoe
application-monitoring cloud-native configuration dotnet dotnet-core load-balancer microservices service-discovery
Last synced: 10 days ago
JSON representation
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
- Host: GitHub
- URL: https://github.com/SteeltoeOSS/Steeltoe
- Owner: SteeltoeOSS
- License: apache-2.0
- Created: 2019-04-04T15:35:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:13:33.000Z (7 months ago)
- Last Synced: 2024-10-29T14:34:00.377Z (7 months ago)
- Topics: application-monitoring, cloud-native, configuration, dotnet, dotnet-core, load-balancer, microservices, service-discovery
- Language: C#
- Homepage: https://steeltoe.io
- Size: 27.2 MB
- Stars: 1,009
- Watchers: 43
- Forks: 163
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmaps/2.0.0.md
Awesome Lists containing this project
README
# Steeltoe .NET Open Source Software
[](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=4&branchName=main)
[](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=4&branchName=main)
[](https://www.nuget.org/profiles/SteeltoeOSS)
[](LICENSE)
[](http://stackoverflow.com/questions/tagged/steeltoe)## Why Steeltoe?
[Steeltoe](https://steeltoe.io/) provides building blocks for development of .NET applications that integrate with [Spring](https://spring.io/) and [Spring Boot](https://spring.io/projects/spring-boot) environments, as well as [Cloud Foundry](https://www.cloudfoundry.org/) and [Kubernetes](https://kubernetes.io/) with first-party support for [Tanzu](https://tanzu.vmware.com/tanzu).
Key features include:
- External (optionally encrypted) configuration using [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/)
- Service discovery with [Netflix Eureka](https://spring.io/projects/spring-cloud-netflix) and [HashiCorp Consul](https://www.consul.io/)
- Management endpoints (compatible with [actuators](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html)), providing system info (such as versions, configuration, service container contents, mapped routes and HTTP traffic), heap/thread dumps, health checks, exporting metrics to [Prometheus](https://prometheus.io/), and changing log levels at runtime.
- Connectivity to databases (such as [SQL Server](https://www.microsoft.com/sql-server)/[Azure SQL](https://azure.microsoft.com/products/azure-sql), [Cosmos DB](https://azure.microsoft.com/products/cosmos-db/), [MongoDB](https://www.mongodb.com/), [Redis](https://redis.io/), [RabbitMQ](https://www.rabbitmq.com/), [PostgreSQL](https://www.postgresql.org/), and [MySQL](https://www.mysql.com/)), including support for [Entity Framework Core](https://learn.microsoft.com/ef/core/)
- Single sign-on, JWT and Certificate auth with [Cloud Foundry](https://www.cloudfoundry.org/)## Getting Started
In addition to the [feature documentation](https://docs.steeltoe.io/api), we have built several tools to help you get started:
- [Steeltoe Initializr](https://start.steeltoe.io) - Pick and choose what type of application you would like to build and let us generate the initial project for you
- Initializr uses [.NET templates](https://github.com/SteeltoeOSS/NetCoreToolTemplates) that can also be used from the `dotnet` CLI and inside of Visual Studio
- [Steeltoe Samples](https://github.com/SteeltoeOSS/Samples) - Here we have working samples for trying out features and to use as code references### Prerequisites
| Steeltoe Version | .NET Version |
| --- | --- |
| 4.x | .NET 8 - 9 |
| 3.x | .NET Core 3.1 - .NET 6 |
| 2.x | .NET Framework 4.6.1+ |## Support and Feedback
For community support, we recommend [Steeltoe OSS Slack](https://slack.steeltoe.io), [StackOverflow](https://stackoverflow.com/questions/tagged/steeltoe), or [open an issue](https://github.com/SteeltoeOSS/Steeltoe/issues/new/choose).
For production support, we recommend that you contact [Broadcom Support](https://support.broadcom.com/).
## Pre-release packages
If you want to try the latest bits from the `main` branch, use the Steeltoe development feed by adding a reference to your `nuget.config` file:
```xml
```
## Contributing
For more information on contributing to the project or other project information, please see the [Steeltoe Wiki](https://github.com/SteeltoeOSS/Steeltoe/wiki).
### Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).