https://github.com/joaosouzaaa/healthchecks
HealthChecks in .NET
https://github.com/joaosouzaaa/healthchecks
architecture design-patterns dotnet health-check solid
Last synced: 3 months ago
JSON representation
HealthChecks in .NET
- Host: GitHub
- URL: https://github.com/joaosouzaaa/healthchecks
- Owner: joaosouzaaa
- Created: 2024-05-06T23:27:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-28T01:17:11.000Z (12 months ago)
- Last Synced: 2025-01-27T10:11:38.927Z (5 months ago)
- Topics: architecture, design-patterns, dotnet, health-check, solid
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_health-checks-in-net-activity-7224069127424917504-KFJK?utm_source=share&utm_medium=member_desktop
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HealthChecks
The goal of this project is to show the implementation of healthchecks in c#. The following external services have their health validated:
- MongoDB
- RabbitMQ
- PostgreSQL# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- PostgreSQL
- MongoDB
- RabbitMQ
- xUnit
- Moq
- Docker