Le vendredi 10 février 2017 12:01:39 UTC+1, [email protected] a écrit :
> Hi all!
> 
> Disclaimer: I'm new to influxdb so maybe there's things I fail to grasp 
> today. Thanks for your patience!
> 
> I'm currently working on an iot project where sensors' data are stored in a 
> local influxdb store (=on the iot box) and will eventually be written to a 
> remote influxdb store.
> 
> The iot box gets a network connection back every 12 hours (high speed). 
> And then gets a few minutes to send its data from the local infludb store to 
> the remote one.
> 
> Count about 50k data points to send each time.
> 
> So I'm wondering what would be the fastest strategy for this use case:
> 
> 1 - file approach: query local and write data to n files (5k-10k points per 
> file), send the files on remote, parse on remote and write to influxdb?
> 
> 2 - direct transfer: when connection is on, read data from local store and 
> write to remote store using line protocol over https?
> 
> 3 - use mqtt broker with line protocol?
> 
> 4 - other options I have not read about in the documentation?
> 
> 
> Thanks in advance for your help!

Sorry it is redundant with Michael thread.
https://groups.google.com/forum/#!topic/influxdb/PHP0lGi8HaQ

Anyway thanks for your help on any of these topics!

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/acd6971b-bf64-4760-98c6-273431f21092%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to