-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for SK history api #270
Comments
How does that work technically? |
Otherwise correct but not the Playback api, that is different. See the link in my previous post. |
More for personal knowledge: is history a replacement for playback? I'd love to understand the different purposes/roadmap for each. |
The difference should be pretty clear from the description? Playback = ”hey server start playing back all the data from time xx onwards” |
That's it? Playback sounds simpler and better suited for KIP. |
Playback is for streaming all data in real time or slowed or speeded up, not for retrieving specific time series data. |
The subtle difference is in data boundary parameters and return style (stream vs batch). that's different from "playback my route from last monday" -- at least to me, but, does that make it any more or less clear to you @godind ? PS - I'm about to try and join the active signalk/kip dev - is there any discord like community for real-time discussions> |
Hi! Join the signal K #KIP Discord channel. We can chat there. I'll take all the help I can! |
@irjudson lets chat on Discord. Im not sure I understand. |
Both signalk-to-influxdb and signalk-to-influxdb2 support Signal K History API. I started adding the openapi description for the history API.
By using the history API Kip could retrieve the data for the historical datasets and start with full graphs instead of starting to accumulate the data when Kip is loaded.
History API would also allow navigating the graph datasets, back and forth in time and zooming in and out.
The text was updated successfully, but these errors were encountered: