-
Notifications
You must be signed in to change notification settings - Fork 71
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
SQL support using YesSQL #4
Comments
Hello. |
Sure, you are welcome. EF is also an option as it is probably needed for identity |
I have noticed that the project is using the MongoDB scheduling mechanism. |
The MongoDB scheduler is basically a timer: https://github.com/notifo-io/notifo/blob/main/backend/src/Notifo.Infrastructure/MongoDb/Scheduling/MongoDbScheduler.cs I can make the timer part reusable, then we only need to rebuild the store part for SQL. |
I have decoupled the timer stuff from MongoDB. |
Thanks. |
Should I remove the MongoDB implementations or keep them? |
No, I need them ;) |
No description provided.
The text was updated successfully, but these errors were encountered: