Closed zacharynevin closed 6 years ago
There are plans in the future to do this by having Stitch leverage change streams in MongoDB 3.6. Some basic details about that for just MongoDB are here: http://mongodb.github.io/mongo-java-driver/3.6/driver/tutorials/change-streams/
Is it possible to give mongo stitch a streaming interface for mongodb operations? If not, is this something that is planned?
For example:
In the native mongodb js library, this would return a cursor in which I can do:
Thanks so much!