Skip to content

Scalable datastore for metrics, events, and real-time analytics

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

influxdata/influxdb

Folders and files

NameName
Last commit message
Last commit date
Jun 23, 2014
Oct 31, 2014
Oct 20, 2014
Nov 26, 2014
Jun 30, 2014
Oct 27, 2014
Nov 7, 2014
Oct 20, 2014
Oct 30, 2014
Nov 14, 2014
Nov 10, 2014
Nov 6, 2014
Nov 3, 2014
Nov 14, 2014
Nov 3, 2014
Sep 10, 2014
Nov 5, 2014
Oct 21, 2014
Nov 25, 2014
Nov 5, 2014
Nov 14, 2014
Nov 14, 2014
Oct 27, 2014
Mar 14, 2014
Aug 19, 2014
Nov 5, 2014
Jan 30, 2014
Nov 5, 2014
Nov 16, 2014
Nov 4, 2013
Nov 4, 2013
May 20, 2014
Nov 14, 2014
Jul 15, 2014
Jan 28, 2014
Oct 31, 2014
Nov 5, 2014
Nov 5, 2014
Oct 24, 2014

Repository files navigation

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