7 ms·
Steampipe does live queries against the API endpoint and stores results in an in-memory cache. You can modify the cache expiration to adjust that behavior acros
by nathanwallace 3y ago
Steampipe does live queries against the API endpoint and stores results in an in-memory cache. You can modify the cache expiration to adjust that behavior across queries [1]. If you want to do change data capture to act on results then check out the query trigger [2] in our Flowpipe open source project [3].
1 - https://steampipe.io/docs/guides/caching https://steampipe.io/docs/guides/caching
2 - https://flowpipe.io/docs/flowpipe-hcl/trigger/query https://flowpipe.io/docs/flowpipe-hcl/trigger/query
3 - https://github.com/turbot/flowpipe https://github.com/turbot/flowpipe