SkillAgentSearch skills...

Sybil

columnar storage + NoSQL OLAP engine | https://logv.org

Install / Use

/learn @logv/Sybil
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sybil is an append only analytics datastore with no up front table schema requirements; just log JSON records to a table and run queries. Written in Go, sybil is designed for fast full table scans of multi-dimensional data on one or more machines.

more documentation is available on the wiki and in the repo.

if sybil by itself is uninteresting (who wants to run command line queries, anyways?), sybil is a supported backend for snorkel

advantages

  • Easy to setup and get data inside sybil - just pipe JSON on stdin to sybil
  • Supports histograms (and percentiles), standard deviations and time series roll ups
  • Runs fast full table queries (performance notes)
  • Lower disk usage through per column compression schemes
  • Serverless design with controlled memory usage
  • Per table retention policies (specify max age and/or size of tables)
  • Timestamp resistant query cache (optional) that avoids recomputation

disadvantages

  • JOINS not supported
  • No UPDATE operation on data - only writes

installation

go get github.com/logv/sybil

build status

CircleCI

additional information

View on GitHub
GitHub Stars310
CategoryData
Updated5d ago
Forks24

Languages

Go

Security Score

85/100

Audited on Mar 24, 2026

No findings