Hi golang-nuts!

[this is sybil's first public announcement; feedback, discussion, comments 
or
bugs are much appreciated, any and all help welcome!]

sybil (v0.0.5) is a free and libre append-only event store that is designed
for full table scans and aggregations of raw event records. you can think of
sybil as similar (and different) to rrdtool for JSON samples. if you are
using mongodb's aggregation framework for analytic queries on event data,
logs or instrumentation, sybil might be interesting to you.

repository: http://github.com/logv/sybil
wiki & info: http://github.com/logv/sybil/wiki
reference paper on column stores: 
http://db.csail.mit.edu/pubs/abadi-column-stores.pdf

some highlights:
* written for a workload of sparse but iterative human queries
* columnar storage with append only ingestion log
* no schema definition or table creation step (for better or worse)
* ability to expire old records based on age and memory limits
* every query is a full table scan that skips blocks based on provided 
filters
* all data is stored on disk using encoding/gob


thanks in advance,
-okay

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to