Open
Description
Background: CocoIndex has a live update mode:
https://cocoindex.io/docs/core/flow_methods#live-update
Detailed Blog with explanation:
https://cocoindex.io/blogs/continuous-updates
Live update is eligible can be configured for each data sources, including:
- Data sources configured with a refresh interval.
- Data sources provides a change stream. https://cocoindex.io/docs/ops/sources#googledrive
recent_changes_poll_interval
Code example with Change Capture Mechanism:
If user ran the CocoIndex with live update mode, In the create CLI, we want to print :
- User has enabled live update mode
- If data sources is configured with a [refresh interval].
- If data sources has configured a Source-Specific Mechanisms.
In the cocoindex show
. related: #324
Metadata
Metadata
Assignees
Type
Projects
Status
🌈 Triaging