Giter Club home page Giter Club logo

influx-proxy's Introduction

背景

如果监控全部接入单节点influxdb显然不能满足需求

Influxdb免费版不支持集群,商业版按照节点数收费不合理

在查询Influxdb监控数据的时候天然不会跨表(Measurement)查询

考虑到这些因素可以简单开发一个proxy来做数据分片,它的功能包括

  1. 按 db 和 measurement 分片写入不同节点
  2. 聚合查询请求
  3. 转发其它控制命令到所有节点

除此之外还有一个influx-proxy-ops模块,它的功能包括:

  1. 保存节点配置、转发规则到数据库
  2. 动态配置和更新influx-proxy中的配置
  3. 在某个节点宕机后,下线或者替换某个节点

架构图

influx-proxy-ops 功能

节点配置

节点列表

映射规则配置

映射规则配置

influx-proxy's People

Contributors

wenlezhao avatar wangsz avatar

Stargazers

Steven Gao avatar

Watchers

Steven Gao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.