2 dépôts
Ingesting data into the database through the PostgreSQL wire protocol.
Distinct from PostgreSQL Protocol Compatibility: Distinct from PostgreSQL Protocol Compatibility: focuses on the ingestion use case via the PostgreSQL protocol, not just protocol-level compatibility.
Explore 2 awesome GitHub repositories matching data & databases · Data Ingestion. Refine with filters or upvote what's useful.
GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without
GreptimeDB connects via the PostgreSQL protocol to manage tables, ingest and query data, and handle time zones.
Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro
Cortex updates ingester instances one by one without interrupting metric ingestion or querying.