Skip to content
/ erflux Public

InfluxDB client for Erlang (the new version)

License

Notifications You must be signed in to change notification settings

davait/erflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB client for Erlang

InfluxDB client for Erlang (the new version). In progress...

  • Implemented v2 InfluxDB API.
  • Automation insights.
  • Much more coming.

Start an InfluxDB instance:

# nohup docker run -p 8086:8086 \
      -v influxdb:/var/lib/influxdb \
	 -e INFLUXDB_HTTP_ENABLED=true \
	 -e INFLUXDB_HTTP_AUTH_ENABLED=false \
      influxdb:1.8.9 >influxdb.log 2>&1 &

How to build and test:

# make build
# make test

Contact us for more info: "Davait Systems" info@davait.com

About

InfluxDB client for Erlang (the new version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages