seriesly

A time series database.

  • 所有者: dustin/seriesly
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

A Timeseries Database

seriesly is a database for storing and querying time series data.
Unlike databases like RRDtool, it's schemaless so you can just lob
data into it and start hacking. However, it also doesn't use a finite
amount of space. Tradeoffs.

Detailed docs are in the wiki.

Quick Start

Prereqs:

To build the software, you need a go runtime installed.
Preferably a recent one.

Installation

go get github.com/dustin/seriesly

Running

Seriesly will use as many cores as you have to offer. Set the
GOMAXPROCS environment variable to the number of cores (or hardware
threads) you've got. There's a lot of fine-grained tuning you can
employ to specify how to map the software needs to your hardware, but
the defaults should work quite well.

Then just start blasting data into it. See the protocol docs
for details on this.

More Info

My blog post provides an overview of the why and a little bit
of the what. There's also a youtube video of me demoing
the software a few days after the initial version hit github. It's
matured a lot since then, but the core concepts haven't changed.

主要指标

概览
名称与所有者dustin/seriesly
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证Other
所有者活动
创建于2012-08-27 18:28:07
推送于2015-09-17 23:56:18
最后一次提交2015-09-17 16:55:47
发布数0
用户参与
星数461
关注者数36
派生数38
提交数189
已启用问题?
问题数38
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数11
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?