5 ms·
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.
by typingmonkey 4y 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.
- ctc24 4y agoCan 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-amazon-s3-to-amazon-kinesis-data-streams-using-aws-dms/ https://aws.amazon.com/blogs/big-data/streaming-data-from-am... [1]: https://stackoverflow.com/questions/48147123/how-to-read-data-from-s3-bucket-to-kinesis-stream https://stackoverflow.com/questions/48147123/how-to-read-dat...
- typingmonkey 4y agoThe use case is to build a RxDB plugin that backups the users data into the prequel api.