Replies: 1 comment 3 replies
-
Cool. I had a similar issue. See the other discussion thread about time series in the cloud. My final destination is timestream and I'm writing via S3, but the core of it is getting data off the boat despite a small and unreliable LTE connection. The same approach should work for any webserver and db. Here's my README that outlines the big picture. You've thought about the same problem, so please send feedback. I quickly skimmed your code. Two larger comments and one small one:
Craig |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the first Node App I have ever written so go easy on me. I wanted a plugin that would save data to influx2.0 but buffer the data if the internet connection went down and complete batch writes to hopefully reduce data consumption.
Would love some feedback on the structure of the app and where improvements can be made. It is currently only supporting propulsion and navigation paths as this is all I needed for the time being.
https://github.com/pbegg/signalk-to-influxdb-v2-buffering
Beta Was this translation helpful? Give feedback.
All reactions