milenkovicm / sparser

Sparser: Raw Filtering for Faster Analytics over Raw Data

Home Page:https://dawn.cs.stanford.edu/2018/08/07/sparser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sparser

This code base implements Sparser, raw filtering for faster analytics over raw data. Sparser can parse JSON, Avro, and Parquet data up to 22x faster than the state of the art. For more details, check out our paper published at VLDB 2018.

See the demo-repl directory for a brief example. To run it:

# update rapidjson submodule
git submodule init
git submodule update
cd demo-repl
make
./bench /path/to/large/file.json

Then enter 1 at the Sparser> prompt.

Sparser itself is just a header file and only depends on standard C libraries available on most systems.

About

Sparser: Raw Filtering for Faster Analytics over Raw Data

https://dawn.cs.stanford.edu/2018/08/07/sparser/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 81.7%Language:C++ 17.5%Language:Makefile 0.8%