Skip to content
okay edited this page Apr 27, 2016 · 13 revisions

Sybil is a free, simple and fast append only column store DB written in Go with an emphasis on roll-up analytics. The motivation behind sybil is the desire for a fast query engine that runs full table scans and aggregations as fast as possible (using parallelized threads) on any mixed dataset.

Guide (for end users)

Nuts & Bolts (for contributors)

Clone this wiki locally