项目作者: lmangani

项目描述 :
Hashring InfluxDB Proxy
高级语言: JavaScript
项目地址: git://github.com/lmangani/hashflux.git
创建时间: 2018-04-11T03:34:16Z
项目社区:https://github.com/lmangani/hashflux

开源协议:MIT License

下载


" class="reference-link">hashflux

Hashring InfluxDB Proxy based on metrics name useful to achieve 1.21 GigaWatts of power

WARNING: This project is highly experimental and is not suitable for production (yet)

Usage

HashFlux acts as a proxy between an InfluxDB client (ie: Cronograf, Kapacitor) and multiple InfluxDB server instances, dispatching individual or global queries based on metric consistent metric name hashing, and aggregating results transparently.

hashflux

Configuration

Hashflux is initialized and configured as follows:

  1. const hashFlux = require('hashflux');
  2. var options = { servers: [ '127.0.0.1:8086', '127.0.0.2:8086' ], port: 3000 };
  3. var server = new hashFlux(options);

Todo

  • Sharded Writes
  • Sharded Queries
  • Gloabl Commands
  • Documentation
  • Test Coverage
  • Performance Tests