erflux on git hub
"Alberto Perri" <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Erlang friends,
i have been trying to run InfluxDB client for Erlang. You will find it at https://github.com/gossiperl/erflux. Could any of you explain to me how to run it.
In the erflux_sup.erl file there is this line of code which states which module to pass to add_erflux/1 function
-spec add_erflux( Name :: atom() ) -> statup_result().
%% @doc Starts instance of erflux with a given name. If name other than erflux_http, pid() versions of erflux_http functions have to be used.
add_erflux(Name) ->
add_erflux_internal( Name, #erflux_config{} ).a
Alternatively the Read
--
Alberto Perri
[email protected]