influent icon indicating copy to clipboard operation
influent copied to clipboard

InfluxDB Javascript driver

Results 3 influent issues
Sort by recently updated
recently updated
newest added

I have Influx 1.0.0 running with SSL enabled, with certificates [generated by LetsEncrypt](https://github.com/influxdata/docs.influxdata.com/issues/705). The following code, ``` js let influent = require('influent'); async function stressTest(client, n) { for (let i...