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

real time #3

Open
awgui opened this issue Oct 31, 2021 · 1 comment
Open

real time #3

awgui opened this issue Oct 31, 2021 · 1 comment

Comments

@awgui
Copy link

awgui commented Oct 31, 2021

How do I get it to work in real time?
Example, when something is changed in the database(SQLite) and automatically synchronizes the data in MongoDB

@myisaak
Copy link
Owner

myisaak commented Nov 2, 2021

Hmm... For a oneway sync one can use this tool in a cron job, but I wouldn't suggest that because it would overerite evrrything instead of diffs. Better would be to listen for diffs and patch them.

This is a good idea, thanks.

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