micromegas 0.2.0

Micromegas is a scalable observability solution.
Documentation
1
2
3
4
5
6
7
8
/// routes for analytics server based on axum
pub mod analytics;

/// routes for ingestion server based on axum
pub mod ingestion;

/// implementation of maintenance daemon keeping the lakehouse updated
pub mod maintenance;