on va essayer influxdb avec un injecteur en Perl
This commit is contained in:
parent
6bdfad1650
commit
aff2be2a87
@ -1,5 +1,6 @@
|
|||||||
# Gnocchi
|
## Gnocchi
|
||||||
|
|
||||||
|
# blabla commercial
|
||||||
|
|
||||||
https://gnocchi.xyz/
|
https://gnocchi.xyz/
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
# InfluxDB
|
## InfluxDB
|
||||||
|
|
||||||
|
# Blabla commercial
|
||||||
|
|
||||||
_Time Series Databases have to deal with specific workloads and requirements.
|
_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
|
They need to ingest millions of data points per second; to perform real-time
|
||||||
@ -10,3 +11,10 @@ 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
|
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
|
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
5
influxdb/injecteur.pl
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
|
||||||
|
print "injecteur v 0\n";
|
Loading…
Reference in New Issue
Block a user