All Projects → spring-avengers → Influx Proxy

spring-avengers / Influx Proxy

Licence: apache-2.0
A proxy for InfluxDB

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Influx Proxy

Wyproxy
proxying and recording HTTP/HTTPs/Socks5 proxy flow, save to MYSQL database.
Stars: ✭ 477 (+553.42%)
Mutual labels:  proxy-server
Citadelcore
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Stars: ✭ 28 (-61.64%)
Mutual labels:  proxy-server
Imager
Image processing proxy
Stars: ✭ 56 (-23.29%)
Mutual labels:  proxy-server
Weaver
An Advanced HTTP Reverse Proxy with Dynamic Sharding Strategies
Stars: ✭ 510 (+598.63%)
Mutual labels:  proxy-server
Uproxy P2p
Internet without borders
Stars: ✭ 798 (+993.15%)
Mutual labels:  proxy-server
Wiremockui
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Stars: ✭ 38 (-47.95%)
Mutual labels:  proxy-server
Ergo
The management of multiple apps running over different ports made easy
Stars: ✭ 452 (+519.18%)
Mutual labels:  proxy-server
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-5.48%)
Mutual labels:  proxy-server
Proxy Server
An HTTP proxy server implemented via python socket programming with caching, blacklisting, authentication functionality
Stars: ✭ 24 (-67.12%)
Mutual labels:  proxy-server
Noginx
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 53 (-27.4%)
Mutual labels:  proxy-server
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (+682.19%)
Mutual labels:  proxy-server
Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (+704.11%)
Mutual labels:  proxy-server
Webshell
Docker container which includes Shellinabox and enables SSH connections to arbitrary (not where installed) servers
Stars: ✭ 40 (-45.21%)
Mutual labels:  proxy-server
Wifipumpkin3
Powerful framework for rogue access point attack.
Stars: ✭ 497 (+580.82%)
Mutual labels:  proxy-server
Titanium Web Proxy
A cross-platform asynchronous HTTP(S) proxy server in C#.
Stars: ✭ 1,122 (+1436.99%)
Mutual labels:  proxy-server
Rat Via Telegram
Windows Remote Administration Tool via Telegram
Stars: ✭ 453 (+520.55%)
Mutual labels:  proxy-server
Jerry
Stars: ✭ 37 (-49.32%)
Mutual labels:  proxy-server
Skrop
Image transformation service using libvips, based on Skipper.
Stars: ✭ 71 (-2.74%)
Mutual labels:  proxy-server
Proxy List
A list of free, public, forward proxy servers. UPDATED DAILY!
Stars: ✭ 1,125 (+1441.1%)
Mutual labels:  proxy-server
Zazkia
tcp proxy to simulate connection problems
Stars: ✭ 49 (-32.88%)
Mutual labels:  proxy-server

背景

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

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

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

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

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

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

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

架构图

influx-proxy-ops 功能

节点配置

节点列表

映射规则配置

映射规则配置

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].