micromegas 0.2.3

Micromegas is a scalable observability solution.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// 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;

/// minimal FlightSQL protocol implementation
pub mod flight_sql_service_impl;

/// metadata about this implementation of FlightSQL
pub mod sqlinfo;