mneudert / influxql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfluxQL utility/tooling package

Setup

Add the library as a dependency to your mix.exs file:

defp deps do
  [
    # ...
    {:influxql, "~> 0.2.0"},
    # ...
  ]
end

License

Apache License, Version 2.0

About

License:Apache License 2.0


Languages

Language:Elixir 100.0%