fastbit

Fast data processing library for columnar data with SQL-like queries

brewmacoslinux
Try with needOr install directly
Source

About

Open-source data processing library in NoSQL spirit

Commands

fastbit

Examples

Create an index for a data file to enable fast queries$ fastbit -build -d datafile.txt
Execute a SQL-like query on indexed data$ fastbit -query "SELECT * FROM data WHERE column > 100"
Display help and available command options$ fastbit -help