Hacker News new | ask | show | jobs
by typingmonkey 1236 days ago
Is there a way to get a stream of changes out of prequel (via websocket)? That would make it possible to live-sync between the customer's devices.
1 comments

Can you tell us a bit more about the type of use-case you have in mind?

We support S3 as a destination, so you could listen for changes on a given S3 bucket and pipe that to a stream (eg as outlined here [0] or here [1]).

[0]: https://aws.amazon.com/blogs/big-data/streaming-data-from-am... [1]: https://stackoverflow.com/questions/48147123/how-to-read-dat...

The use case is to build a RxDB plugin that backups the users data into the prequel api.