/traildb-1

TrailDB is an efficient tool for storing and querying series of events

Primary LanguageCMIT LicenseMIT

TrailDB

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.

Quick start

For detailed installation instructions, see Getting Started guide.

Install Dependencies

$ 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

Build TrailDB

$ ./waf configure
$ ./waf install

Run Tests

$ ./waf install --test_build
$ ./test-driver.py

or on Linux

$ make distclean
$ cd tests
$ ./coverage.py

Gitter