Reconstructing database using dkron via API pull #1635
Unanswered
ggcarmichael
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to dkron. I have an external datasource and the information is only available via APIs. Some APIs require, at minimum, input of SystemID, but some also require LinkID, ,StartTime, EndTime, and/or duration to get a successful result. Can I use dkron to continuously pull data via multiple APIs so I can reassemble the datasource on my end? SystemID, LinkID, and duration are mostly static but the StartTime and EndTime will require continuous updates. Data doesn't need to be pulled realtime but pulling data every few minutes would be ideal.
Beta Was this translation helpful? Give feedback.
All reactions