Skip to content

getsentry/snuba

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ee4566 · Jan 16, 2025
Jan 15, 2025
Nov 4, 2024
Dec 7, 2022
Jan 11, 2024
Jan 10, 2025
Jan 15, 2025
Jan 8, 2025
Jan 14, 2025
Jan 13, 2025
Jan 16, 2025
Jan 14, 2025
Nov 10, 2022
Jan 16, 2025
Apr 25, 2024
Aug 15, 2023
Jan 2, 2025
Aug 13, 2024
Jan 2, 2025
May 3, 2021
Aug 13, 2024
Jan 14, 2025
Dec 29, 2023
Jan 15, 2025
Jan 10, 2025
Jan 14, 2025
Feb 27, 2024
Jun 15, 2021
Jul 18, 2024
Aug 16, 2024
Dec 1, 2023
Apr 29, 2024
Jan 4, 2024
Jun 4, 2020
Nov 20, 2024
Nov 1, 2023
Dec 3, 2024
Nov 7, 2024
Oct 3, 2024
Aug 7, 2024
Jan 10, 2025
Jan 15, 2025
Mar 28, 2023
Jan 15, 2025

Repository files navigation

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.