https://github.com/getsentry/snuba
Search the seas for your lost treasure.
https://github.com/getsentry/snuba
tag-production
Last synced: 8 months ago
JSON representation
Search the seas for your lost treasure.
- Host: GitHub
- URL: https://github.com/getsentry/snuba
- Owner: getsentry
- License: other
- Created: 2018-03-01T21:34:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T21:03:46.000Z (8 months ago)
- Last Synced: 2025-05-12T22:22:38.837Z (8 months ago)
- Topics: tag-production
- Language: Python
- Homepage:
- Size: 25.5 MB
- Stars: 363
- Watchers: 54
- Forks: 63
- Open Issues: 81
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
.. image:: https://github.com/getsentry/snuba/raw/master/snuba/admin/dist/snuba.svg
:width: 280
Snuba is a service that provides a rich data model on top of Clickhouse
together with a fast ingestion consumer and a query optimizer.
Snuba was originally developed to replace a combination of Postgres and
Redis to search and provide aggregated data on Sentry errors.
Since then it has evolved into the current form where it supports most
time series related Sentry features over several data sets.
Click `here `_ for the full documentation.
Features:
---------
- Provides a database access layer to the Clickhouse distributed data store.
- Provides a graph logical data model the client can query through the SnQL language which provides functionalities similar to those of SQL.
- Support multiple separate data sets in a single installation.
- Provides a rule based query optimizer.
- Provides a migration system to apply DDL changes to Clickhouse both in a single node and distributed environment.
- Ingest data directly from Kafka
- Supports both point in time queries and streaming queries.