Skip to content

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

License

Notifications You must be signed in to change notification settings

TheArchiver/traildb

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.9%
  • Python 3.8%
  • Other 1.3%