Open
Description
Implement an endpoint /api/v1/query/dynamic
with payload
{
"query":"Select * from {{stream_name}} order by p_timestamp limit 10",
"cache-duration":"5m"
}
This API will respond with a unique URL will serves plain JSON response to this query. The data will be refreshed every 5m
as configured in the payload.
We'd love to get feedback from the community if they think this is useful. Please add a 👍🏽 in the issue to show your interest.