All Projects → traildb → Traildb

traildb / Traildb

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

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Traildb

Crate
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time.
Stars: ✭ 3,254 (+216.23%)
Mutual labels:  big-data, database, time-series
Nsdb
Natural Series Database
Stars: ✭ 49 (-95.24%)
Mutual labels:  data-analytics, database, time-series
Siridb Server
SiriDB is a highly-scalable, robust and super fast time series database. Build from the ground up SiriDB uses a unique mechanism to operate without a global index and allows server resources to be added on the fly. SiriDB's unique query language includes dynamic grouping of time series for easy analysis over large amounts of time series.
Stars: ✭ 438 (-57.43%)
Mutual labels:  database, time-series
Influxdb
Scalable datastore for metrics, events, and real-time analytics
Stars: ✭ 22,577 (+2094.07%)
Mutual labels:  database, time-series
Awesome Time Series Database
🕖 A curated list of awesome time series databases, benchmarks and papers
Stars: ✭ 501 (-51.31%)
Mutual labels:  database, time-series
Ignite
Apache Ignite
Stars: ✭ 4,027 (+291.35%)
Mutual labels:  big-data, database
Orc
Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
Stars: ✭ 389 (-62.2%)
Mutual labels:  big-data, database
Pgm Index
🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes
Stars: ✭ 499 (-51.51%)
Mutual labels:  big-data, database
Couchdb Fauxton
Apache CouchDB
Stars: ✭ 295 (-71.33%)
Mutual labels:  big-data, database
Akumuli
Time-series database
Stars: ✭ 754 (-26.72%)
Mutual labels:  database, time-series
Zeppelin
Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.
Stars: ✭ 5,513 (+435.76%)
Mutual labels:  big-data, database
Couchdb Couch
Mirror of Apache CouchDB
Stars: ✭ 43 (-95.82%)
Mutual labels:  big-data, database
Hive
Apache Hive
Stars: ✭ 4,031 (+291.74%)
Mutual labels:  big-data, database
Stroom
Stroom is a highly scalable data storage, processing and analysis platform.
Stars: ✭ 344 (-66.57%)
Mutual labels:  big-data, data-analytics
Listenbrainz Server
Server for the ListenBrainz project
Stars: ✭ 420 (-59.18%)
Mutual labels:  big-data, database
Atsd Use Cases
Axibase Time Series Database: Usage Examples and Research Articles
Stars: ✭ 335 (-67.44%)
Mutual labels:  database, time-series
Redislite
Redis in a python module.
Stars: ✭ 464 (-54.91%)
Mutual labels:  big-data, database
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+345.19%)
Mutual labels:  big-data, database
Phoenix
Mirror of Apache Phoenix
Stars: ✭ 867 (-15.74%)
Mutual labels:  big-data, database
Couchdb
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Stars: ✭ 5,166 (+402.04%)
Mutual labels:  big-data, database

Gitter Travis CI Coverage Status

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.

Installing binaries

On OSX, TrailDB is available through homebrew:

$ brew install traildb

Linux binaries are not available yet.

Compiling and installing from source

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 traildb/judy/judy libarchive pkg-config

For FreeBSD:

$ sudo pkg install python libarchive Judy pkgconf gcc

Note that your systems package manager may have too old of libjudy. You may also require a patch if you are using gcc 4.9.

Build TrailDB

$ ./waf configure
$ ./waf install

Alternatively you may use autotools

$ ./autogen.sh
$ ./configure
$ make
$ make install

Run Tests

$ ./waf test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].