-
Notifications
You must be signed in to change notification settings - Fork 833
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 MongoDB installation store #1437
Comments
Hi @faisalsaifii, thank you so much for submitting this issue! Also, we are glad to know you've implemented your installation store with MongoDB. Having more options out-of-the-box is great! However, our SDK maintenance team has a little bit limited capacity for this Python tool. Thefore, we'd like to hold off working on this addition until we receive more requests to the idea (i.e. a number of positive reactions from others). Please go ahead with your implementation for now. |
Hi @seratch, sure I understand. |
@faisalsaifii Can you help me with the setup? I also wanted to implement mongodb installation store. |
Hey @seratch, can I pick this up now? |
this is my bot only implementation: class MongoInstallationStore(InstallationStore):
|
I'd like to add MongoDB OAuth installation store which is currently not present in here
I recently developed my own app Pollify and wanted to use MongoDB for which there wasn't an installation store available, so I had to create one on my own.
Category
The text was updated successfully, but these errors were encountered: