-
Notifications
You must be signed in to change notification settings - Fork 24
Home
okay edited this page May 11, 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)
Examples(Example Datasets & Use Cases)
Nuts & Bolts (for contributors)