traildb / traildb
- четверг, 26 мая 2016 г. в 03:12:09
C
TrailDB is an efficient tool for storing and querying series of events
TrailDB is an efficient tool for storing and querying series of events.
This repository contains the core C library and the tdb
command line tool.
Learn more at traildb.io.
For detailed installation instructions, see Getting Started guide.
$ apt-get install libarchive-dev libjudy-dev pkg-config
For RPM-based distros:
$ yum install judy-devel libarchive-devel pkg-config
For OSX:
$ brew install judy libarchive pkg-config
$ ./waf configure
$ ./waf install
$ ./waf install --test_build
$ ./test-driver.py
or on Linux
$ make distclean
$ cd tests
$ ./coverage.py