top | item 34550132 (no title) typingmonkey | 3 years 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. discuss order hn newest ctc24|3 years ago 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... typingmonkey|3 years ago The use case is to build a RxDB plugin that backups the users data into the prequel api.
ctc24|3 years ago 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... typingmonkey|3 years ago The use case is to build a RxDB plugin that backups the users data into the prequel api.
typingmonkey|3 years ago The use case is to build a RxDB plugin that backups the users data into the prequel api.
ctc24|3 years ago
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...
typingmonkey|3 years ago