Skip to content

DominionCider/influx-08-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A tiny proxying web server that stands in front of InfluxDB 0.9. It intercepts
requests that were deprecated after version 0.8, and translates them into
modern requests. It proxies all other requests directly.

I had embedded devices sending data in the old format. By running this proxy,
I can continue to receive their data until I can upgrade their firmware to
use InfluxDB's new "Line Format".

WARNING: Not for production use without reviewing this code and modifying
it to suit your needs. I had to hard code a couple column names that
required manual type conversion.

Usage:
 * Put InfluxDB's HTTP server on another port (like 8886)
 * Run this on port 8086

   ex:

       /opt/influx-08-shim -bind ':8086' -server 'localhost:8886'

About

A tiny proxy server shim to ease the InfluxDB 0.8➔0.9 transition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages