Solari is a set of libraries that aim to make it easy to use most common technologies in dotnet core. These technologies include MongoDb. Elasticsearch log backend and Apm, Jaeger and others.
- MongoDb Integration
- MongoDb Tracing
- Jaeger Integration
- Http requests as code
Project | Component |
---|---|
Sol | Application Bootstrapper |
Io | Health Checks |
Ceres | Metrics |
Eris | CQRS |
Titan | Logging (Serilog) |
Vanth | CommonResponse |
Callisto | MongoDb |
Deimos | Jaeger Tracing |
Ganymede | Http |
Juno | Hashicorp Vault |
Hyperion | Harshicorp Consul |
Themis | Monitoring stack (ceres, deimos, io) |
Oberon | Redis |
Method | Code |
---|---|
Package Manager | Install-Package <PackageName> -Version x.x.x |
Package Reference | <PackageReference Include=<PackageName> Version="x.x.x" /> |
.Net CLI | dotnet add package <PackageName> --version x.x.x |
Packet CLI | paket add <PackageName> --version x.x.x |
SOON on the wiki