https://github.com/monogon-dev/vortex
WIP: LogQL to Clickhouse Adaptor
https://github.com/monogon-dev/vortex
Last synced: about 1 year ago
JSON representation
WIP: LogQL to Clickhouse Adaptor
- Host: GitHub
- URL: https://github.com/monogon-dev/vortex
- Owner: monogon-dev
- License: apache-2.0
- Created: 2023-06-21T18:34:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T14:58:24.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T18:38:55.753Z (about 1 year ago)
- Language: Go
- Size: 86.9 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌪️ Vortex
⚠️ _This repository is an **experiment and a work-in-progress**.
It is not an official Monogon product and/or ready for production use (yet?) - check back later!_
Vortex is a proof-of-concept Loki API implementation on top of ClickHouse. It translates LogQL queries to ClickHouse SQL, allowing the use of Loki frontends like Grafana with the performance and flexibility of ClickHouse.
Vortex ingests log streams from Kafka using native ClickHouse functionality. It comes with optimized schemas for the ElasticSearch Beats format, allowing the use with Filebeat, Metricbeat and others.
---
_(C) 2023 Monogon SE. This software is provided "as-is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose._