on va essayer influxdb avec un injecteur en Perl

This commit is contained in:
tth 2018-12-11 17:46:27 +01:00
parent 6bdfad1650
commit aff2be2a87
3 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# Gnocchi
## Gnocchi
# blabla commercial
https://gnocchi.xyz/

View File

@ -1,7 +1,8 @@
# InfluxDB
## InfluxDB
# Blabla commercial
_Time Series Databases have to deal with specific workloads and requirements.
They need to ingest millions of data points per second; to perform real-time
@ -9,4 +10,11 @@ queries across these large data sets in a non-blocking manner; to downsample
and evict high-precision low-value data; to optimize data storage to reduce
storage costs; and to perform complex time-bound queries to extract meaningful
insight from the data. It is possible to meet these requirements only with a
purpose-built platform that InfluxData provides._
purpose-built platform that InfluxData provides._
# On essaye ?
Ok, c'est parti. On va écrire un injecteur en Perl.

5
influxdb/injecteur.pl Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/perl
use strict;
print "injecteur v 0\n";