Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Data Synchronisation #46

Open
VirgileDjimgou opened this issue Dec 3, 2018 · 1 comment
Open

Question about Data Synchronisation #46

VirgileDjimgou opened this issue Dec 3, 2018 · 1 comment

Comments

@VirgileDjimgou
Copy link

hello ,
I wanted to know if there is a mechanism for saving the data of a channel in a relational database (i.e mysql or ...) or non-relational database. in case a client disconnects from a channel does it exist a data synchornisation mechanism so that it receive the data exchanged when it was not connected like a snapshoot ?
I read an article mentioning this Mechnismus (https://blog.baasil.io/socketcluster-design-patterns-for-chat-69e76a4b1966 )... but unfortunately I do not see any API in the documentation on the website .

@VirgileDjimgou VirgileDjimgou changed the title Data Persisstance Question about Data Synchronisation Dec 3, 2018
@sacOO7
Copy link
Owner

sacOO7 commented Dec 4, 2018

There is no abstraction provided to save channel data in relational database. You probably need to write down your own code to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants