Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

LuccasGianesini/solari

Repository files navigation

Solari 🚀

GitHub issues Build Status Nuget

Description

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.

Features

  • MongoDb Integration
  • MongoDb Tracing
  • Jaeger Integration
  • Http requests as code

Projects

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

Install

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

Usage

SOON on the wiki