Skip to content
/ influxdb Public
forked from influxdata/influxdb

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

License

Notifications You must be signed in to change notification settings

shugo/influxdb

This branch is 47868 commits behind influxdata/influxdb:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 23, 2014
Jun 30, 2014
Jun 30, 2014
Jul 14, 2014
Jun 30, 2014
Jul 15, 2014
Jul 17, 2014
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014
Jul 15, 2014
Jul 15, 2014
Jun 30, 2014
Jul 17, 2014
Jul 14, 2014
Jul 14, 2014
Jul 15, 2014
Jun 21, 2014
Jul 14, 2014
Jul 15, 2014
Mar 14, 2014
Jul 14, 2014
Jul 14, 2014
Jan 30, 2014
Jun 30, 2014
Jul 15, 2014
Nov 4, 2013
Nov 4, 2013
May 20, 2014
Jul 16, 2014
Jul 15, 2014
Jan 28, 2014
Jul 15, 2014
Jul 15, 2014
Jul 15, 2014
Jul 15, 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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.9%
  • Shell 1.2%
  • Other 0.9%