Skip to content
okay edited this page Jun 18, 2016 · 13 revisions

Sybil is a free and libre append only columnar 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 mixed schema datasets.

Guide (for end users)

Examples (example datasets & use cases)

Nuts & Bolts (for contributors)

Contributing (for future contributors)

Performance (numbers and guidelines)

Experimental Queries (for the brave)

Clone this wiki locally