Re: influxdb-dlang-wrapper v0.0.1 - D API for InfluxDB

2017-04-21 Thread Atila Neves via Digitalmars-d-announce

On Monday, 20 March 2017 at 19:57:03 UTC, Atila Neves wrote:

http://code.dlang.org/packages/influxdb-dlang-wrapper

InfluxDB is a database optimised for time-series data. This 
package implements a D API via the REST interface so that this 
code works:


[...]


Renamed to influx-d

Atila


Re: influxdb-dlang-wrapper v0.0.1 - D API for InfluxDB

2017-04-09 Thread Atila Neves via Digitalmars-d-announce

On Sunday, 9 April 2017 at 08:18:38 UTC, Andy smith wrote:

On Monday, 20 March 2017 at 19:57:03 UTC, Atila Neves wrote:

http://code.dlang.org/packages/influxdb-dlang-wrapper

InfluxDB is a database optimised for time-series data. This 
package implements a D API via the REST interface so that this 
code works:


[...]


Cool stuff. Worth stating that one of the big wins here is that 
the very cool 'grafana' metrics/dashboard web abb talks 
seamlessly to influx dub. So if you can get your data into 
influx you get a pretty cool metrics visualisation system for 
free, ( well, for a small time investment setting it up :-) ).


Cheers,

A


I noticed that about grafana supporting InfluxDB, which is indeed 
pretty cool. On the time setting up though, it's virtually 0:


https://github.com/kamon-io/docker-grafana-graphite

Clone that, `make up` and click on the pretty web controls. :)

Atila




Re: influxdb-dlang-wrapper v0.0.1 - D API for InfluxDB

2017-04-09 Thread Andy smith via Digitalmars-d-announce

On Monday, 20 March 2017 at 19:57:03 UTC, Atila Neves wrote:

http://code.dlang.org/packages/influxdb-dlang-wrapper

InfluxDB is a database optimised for time-series data. This 
package implements a D API via the REST interface so that this 
code works:


[...]


Cool stuff. Worth stating that one of the big wins here is that 
the very cool 'grafana' metrics/dashboard web abb talks 
seamlessly to influx dub. So if you can get your data into influx 
you get a pretty cool metrics visualisation system for free, ( 
well, for a small time investment setting it up :-) ).


Cheers,

A


Re: influxdb-dlang-wrapper v0.0.1 - D API for InfluxDB

2017-03-21 Thread Dejan Lekic via Digitalmars-d-announce

On Monday, 20 March 2017 at 19:57:03 UTC, Atila Neves wrote:

http://code.dlang.org/packages/influxdb-dlang-wrapper

InfluxDB is a database optimised for time-series data. This 
package implements a D API via the REST interface so that this 
code works:


Brilliant! I may actually need it soon! (if they let me use D for 
a project we are about to start working on)