-
Notifications
You must be signed in to change notification settings - Fork 24
Home
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.
- Installation
- Importing Data
- Querying
- Novelties & Bad Decisions
- Advanced Queries (work in progress, experimental)