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/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
|
||||
print "injecteur v 0\n";
|
Loading…
Reference in New Issue