jaketay / traildb

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

Home Page:http://traildb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://traildb.io

License:MIT License


Languages

Language:C 94.8%Language:Python 3.8%Language:M4 0.8%Language:Makefile 0.5%Language:Shell 0.0%