All Projects → pingliu → influxdb-gateway

pingliu / influxdb-gateway

Licence: other
用于检测和压缩influxdb的数据,用于跨机房传输

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to influxdb-gateway

InfluxDB.Client.Net
A C# client object model to help integrate with InfluxDB with CLI languages. Supports both .Net traditional and .Net Core.
Stars: ✭ 95 (+61.02%)
Mutual labels:  influxdb, timeseries-database
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+12686.44%)
Mutual labels:  influxdb, timeseries-database
influxdb stats exporter
Prometheus exporter for InfluxDB stats
Stars: ✭ 20 (-66.1%)
Mutual labels:  influxdb
clockface
UI Kit for building Chronograf
Stars: ✭ 33 (-44.07%)
Mutual labels:  influxdb
kafka-influxdb-reporter
Kafka InfluxDB Metrics Reporter
Stars: ✭ 22 (-62.71%)
Mutual labels:  influxdb
ruuvitag-demo
Demo of reading Bluetooth Low Energy sensor measurements of RuuviTag environmental sensors and feeding them to MQTT, a database and dashboards
Stars: ✭ 14 (-76.27%)
Mutual labels:  influxdb
influx snmp
SNMP Data Collection and Analytics with the TICK Stack (Telegraf, InfluxDB, Chronograf and Kapacitor)
Stars: ✭ 28 (-52.54%)
Mutual labels:  influxdb
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (+23.73%)
Mutual labels:  influxdb
dev-gateway
Local development cluster with "now" path aliases syntax support. Allows running multiple microservices as one solid server.
Stars: ✭ 32 (-45.76%)
Mutual labels:  gateway
smart-cloud
基于springboot && springcloud的脚手架,支持服务合并部署与拆分部署、接口加解密签名、日志数据 脱敏、接口数据mock、接口文档自动生成、请求幂等校验、接口日志&&sql日志切面打印、分表分库分布式事务、国际化语言等
Stars: ✭ 167 (+183.05%)
Mutual labels:  gateway
php-ipg-ir
IPG (Internet Payment Gateway) manager for Iran Banking System
Stars: ✭ 26 (-55.93%)
Mutual labels:  gateway
web-log-analyst
🐌 Nginx日志分析处理监控
Stars: ✭ 35 (-40.68%)
Mutual labels:  influxdb
magento-2-sample-payment-method
Magento 2 Create Payment Method proves that store admin has rights to generate as many payment methods as they need when your store is based on Magento 2 platform, an great era of ecommerce architecture. Depending on the customer's requirement, you probably plug it in your list of the existing payment method. The additional payment methods surel…
Stars: ✭ 53 (-10.17%)
Mutual labels:  gateway
laravel-multi-payment
Laravel online gateway payment package with multi driver support
Stars: ✭ 22 (-62.71%)
Mutual labels:  gateway
Addax
Addax is an open source universal ETL tool that supports most of those RDBMS and NoSQLs on the planet, helping you transfer data from any one place to another.
Stars: ✭ 615 (+942.37%)
Mutual labels:  influxdb
couper
Couper is a lightweight API gateway designed to support developers in building and operating API-driven Web projects
Stars: ✭ 60 (+1.69%)
Mutual labels:  gateway
Chronetic
Analyzes chronological patterns present in time-series data and provides human-readable descriptions
Stars: ✭ 23 (-61.02%)
Mutual labels:  influxdb
lsio-docker-mods
A docker mod for the linuxserver/letsencrypt container adding a python script to send geo location metrics to InfluxDB
Stars: ✭ 21 (-64.41%)
Mutual labels:  influxdb
apisix-java-plugin-runner
APISIX Plugin Runner in Java
Stars: ✭ 57 (-3.39%)
Mutual labels:  gateway
NMEA2000WifiGateway-with-ESP32
This repository shows how to build a NMEA2000 WiFi Gateway with voltage and temperature alarms.
Stars: ✭ 38 (-35.59%)
Mutual labels:  gateway

Influxdb Gateway

功能描述

  • 采用udp协议接受数据
  • 对数据进行格式检查
  • 对数据进行gzip,解决跨机房流量问题

使用方式

cd $GOPATH/src/github.com/influxdata/influxdb
git checkout v1.2.0

go get github.com/uber-go/zap
mkdir $GOPATH/src/go.uber.org/
cd $GOPATH/src/go.uber.org/
mv $GOPATH/src/github.com/uber-go/zap .
cd zap
git checkout fbae0281ffd546fa6d1959fec6075ac5da7fb577

cd $GOPATH/src/github.com/pingliu/influxdb-gateway
make all
./bin/influxdb-gateway -h  #查看使用方式

influxdb 高可用

InfluxDB Proxy

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].