Discussion:
[influxdb] InfluxDB with RabbitMQ issue
Hardik Sondagar
2017-10-04 17:12:24 UTC
Permalink
I'm using RabbitMQ broker and have the consumer to push data to InfluxDB
via python library. Currently, I'm getting 5000 sensors and 50 measurements
per sensor on every 20 seconds, single message in RabbitMQ contains 50 data
for a single sensor. Because I'm using RabbitMQ I've to call HTTP for each
and every message for 5000 HTTP calls every 20 seconds interval and it's
waiting for HTTP call to finish to give ACK back to RabbitMQ. This HTTP
call per message is giving very low write performance because I'm just
pushing 50 data point per HTTP call.

Is there any Native library to push a small amount of data but with a large
number of the write request?


Thanks
Hardik
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups "InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to influxdb+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/82c4109a-8a85-4c3d-8b0a-493de9d2d0f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...