There’s no document streaming in v10? I’m rewriting my app to use v10 stuff but don’t know how to deal with document streaming. Should I use the v4 JS driver side by side with the v10 driver just for streaming, or should I just do polling?
We are working on launching streaming for v10. In the meantime you can get started by using the v4 driver just for streaming.
UPDATE!
Streaming for FQL v10 is now in beta, and we expect to release to GA later this month.
You can check out our docs here: Event Streaming (beta) - Fauna Documentation
Which includes how to get started with the JS and Python drivers.
1 Like