Skip to content

A InfluxDB reverse proxy for filtering queries on measurements

License

Notifications You must be signed in to change notification settings

euracresearch/influxdb-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB reverse proxy Test Status Go Report Card

The proxy checks incoming InfluxQL SELECT queries and will forward them to the given Influx database if the data source (measurement), extracted from the query, is in the given allowed list of measurements. All other queries will return an error to the client.

License

The application is distributed under the BSD-style license found in LICENSE file.