-
Notifications
You must be signed in to change notification settings - Fork 289
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
Add support for mongodb backend storage #1321
base: master
Are you sure you want to change the base?
Add support for mongodb backend storage #1321
Conversation
@jhaals is there any change to review the change or I should just use my fork ? |
…godb-as-backend-storage
that looks nice. maybe add a compose and k8s example? |
Following |
Added mongodb deployment examples and synced with origin master branch |
@jhaals is it possible that this feature will be merged or I should no longer focus on keeping that PR up to date and instead just focus on my own fork? Please let me know since if that is not going to be merged we can simply close this PR |
…ongodb-as-backend-storage
…ongodb-as-backend-storage
…ongodb-as-backend-storage
The purpose is to have persistent database instead of redis / memcached as asked within #1125. Having TTL index on MongoDB collection allows removing them automatically like in redis / memcached so the functionality still remains the same.
More information can be found here https://www.mongodb.com/docs/manual/tutorial/expire-data/#expire-documents-at-a-specific-clock-time