https://github.com/steeltoeoss/samples
Steeltoe samples and reference application collection
https://github.com/steeltoeoss/samples
asp cloud-foundry connector discovery dotnet hacktoberfest management microservice music-store security service-discovery steeltoe-components steeltoe-connectors
Last synced: 5 months ago
JSON representation
Steeltoe samples and reference application collection
- Host: GitHub
- URL: https://github.com/steeltoeoss/samples
- Owner: SteeltoeOSS
- License: apache-2.0
- Created: 2016-04-28T23:09:10.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T11:36:11.000Z (5 months ago)
- Last Synced: 2025-05-09T12:34:35.811Z (5 months ago)
- Topics: asp, cloud-foundry, connector, discovery, dotnet, hacktoberfest, management, microservice, music-store, security, service-discovery, steeltoe-components, steeltoe-connectors
- Language: C#
- Homepage: https://steeltoe.io/
- Size: 11.1 MB
- Stars: 645
- Watchers: 43
- Forks: 250
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: License.txt
- Security: Security/README.md
Awesome Lists containing this project
README
# Steeltoe Sample Applications
This repository contains a variety of sample applications illustrating how to use the Steeltoe framework:
## [Configuration](Configuration)
Samples using the Spring Cloud Config Server and other Steeltoe configuration providers.
| Sample | Status |
| --- | --- |
| [ConfigurationProviders](Configuration/src/ConfigurationProviders) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=73&branchName=main) |## [Discovery](Discovery)
Samples using Steeltoe Service Discovery microservices-based applications.
## [Management](Management/src)
Samples using the Steeltoe Management packages for adding Management REST endpoints to your application, as well as adding Distributed Tracing support.
| Sample | Status |
| --- | --- |
| [ActuatorWeb](./Management/src/ActuatorWeb/) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=23&branchName=main) |## [Connectors](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.
| Sample | Status |
| --- | --- |
| [CosmosDb](Connectors/src/CosmosDb) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=69&branchName=main) |
| [MongoDb](Connectors/src/MongoDb) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=70&branchName=main) |
| [MySql](Connectors/src/MySql) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=17&branchName=main) |
| [MySqlEFCore](Connectors/src/MySqlEFCore) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=18&branchName=main) |
| [PostgreSql](Connectors/src/PostgreSql) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=21&branchName=main) |
| [PostgreSqlEFCore](Connectors/src/PostgreSqlEFCore) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=22&branchName=main) |
| [RabbitMQ](Connectors/src/RabbitMQ) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=14&branchName=main) |
| [Redis](Connectors/src/Redis) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=20&branchName=main) |
| [SqlServerEFCore](Connectors/src/SqlServerEFCore) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=71&branchName=main) |## [Network File Shares](FileShares)
Sample using Steeltoe to manage the connection with a Windows (SMB) network file share.
| Sample | Status |
| --- | --- |
| [FileSharesWeb](FileShares/src/FileSharesWeb/) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=76&branchName=main) |## [Security](Security)
Samples using the Steeltoe Security packages for Authentication and Authorization with Cloud Foundry auth services and using a Redis cache for DataProtection KeyRing storage.
| Sample | Status |
| --- | --- |
| [RedisDataProtection](Security/src/RedisDataProtection) | [](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=74&branchName=main) |# Branches
All new development is done on the main branch. Samples for released Steeltoe versions can be found in their respective branches. For example, branch "3.x" contains samples for the latest Steeltoe 3.x release.
# Documentation
If you are looking for documentation on how to use the Steeltoe components, you can find that [here](https://steeltoe.io/docs/).
# Building & Running
See the Readmes for each sample for instructions on how to build and run.