cortoproject / corto

A hierarchical object store for connecting realtime machine data with web applications, historians & more
https://www.corto.io
MIT License
87 stars 14 forks source link

Add .resume() function to corto_select #625

Closed SanderMertens closed 7 years ago

SanderMertens commented 7 years ago

Currently there is the iterObjects function for corto_select that resumes objects in the store for as long as the query results are being evaluated. To make it easy to persistently resume objects in the object store, a resume() function is needed.