[
https://issues.apache.org/jira/browse/CALCITE-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrei Sereda updated CALCITE-2607:
-----------------------------------
Description:
Since v3.6 MongoDB supports [change
streams|https://docs.mongodb.com/manual/changeStreams/] which allow to listen
real-time to collection updates.
Check if [calcite streams|https://calcite.apache.org/docs/stream.html] can be
integrated with mongo streams.
{code:sql}
select stream * from mongo where name = 'Foo'
{code}
was:
Since v3.6 MongoDB supports [change
streams|https://docs.mongodb.com/manual/changeStreams/] which allow to listen
real-time to collection updates.
Check if [calcite streams|https://calcite.apache.org/docs/stream.html] can be
integrated with mongo streams.
> Support Streaming in Mongo Adapter
> ----------------------------------
>
> Key: CALCITE-2607
> URL: https://issues.apache.org/jira/browse/CALCITE-2607
> Project: Calcite
> Issue Type: Improvement
> Components: mongodb
> Reporter: Andrei Sereda
> Assignee: Julian Hyde
> Priority: Major
>
> Since v3.6 MongoDB supports [change
> streams|https://docs.mongodb.com/manual/changeStreams/] which allow to listen
> real-time to collection updates.
> Check if [calcite streams|https://calcite.apache.org/docs/stream.html] can be
> integrated with mongo streams.
> {code:sql}
> select stream * from mongo where name = 'Foo'
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)