Go to file
John Shahid eb292f7414 change printf to debug 2014-03-24 15:38:12 +01:00
scripts
spec
src change printf to debug 2014-03-24 15:38:12 +01:00
utils/burn-in Script to randomly write batches of points over a time interval. 2014-03-14 10:16:30 -04:00
.gitignore partial fix for issue #294 processing some queries in batches 2014-03-12 17:56:19 -04:00
.rvmrc
.travis.yml
CHANGELOG.md Close #318. Support EXPLAIN queries 2014-03-12 19:44:31 -04:00
Gemfile
Gemfile.lock
LICENSE
Makefile.in
README.md
cert.pem
cluster_notes.txt
config.toml.sample Fix typo in conf file 2014-03-16 13:58:28 +01:00
configure
configure.ac
design_notes.md
exports.sh
packaging.md
release.sh

README.md

InfluxDB Build Status

InfluxDB is an open source distributed time series database with no external dependencies. It's useful for recording metrics, events, and performing analytics.

It has a built-in HTTP API so you don't have to write any server side code to get up and running.

InfluxDB is designed to be scalable, simple to install and manage, and fast to get data in and out.

It aims to answer queries in real-time. That means every data point is indexed as it comes in and is immediately available in queries that should return in < 100ms.

Quickstart

Building

You don't need to build the project to use it. Pre-built binaries and instructions to install InfluxDB are here. That's the recommended way to get it running. However, if you want to contribute to the core of InfluxDB, you'll need to build. For those adventurous enough, you can follow along on our docs.