-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Transactions in Parse Server #4589
Comments
Transactions support would be awesome. Unfortunately we'll have to wait until the MongoDB Node Driver gets support as well. |
Cool Guy. I can't wait to see this feature!! #2159 |
Imagine that ! |
MongoDB released 3.7.7 beta server, which has multi-document transaction support. Now you can try it! Docs are also available. so we can move the discussion forward. |
Are you willing on work on a design for those transactions? |
@flovilmart Yes. I'd like to propose some REST API updates, and can suggest strategies for implementation. |
Can you open an issue with your detailed design so we can evaluate the feature? |
@flovilmart Sure. I will. |
Thanks! very cool! |
Is there any progress on the issue? Me and the organization I'm working for are interested in helping implementing this feature. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any update? |
1 similar comment
Any update? |
@JeromeDeLeon you can perhaps implement it, looks like a few people would be interested Sent with GitHawk |
Sorry, I'm busy with our projects. But is there a difference if I just use Parse.Object.saveAll([object1, object2]) cuz it seems like if one of the list has an error, it will stop? |
This is not a transaction, just a save in batch Sent with GitHawk |
Is there any plan to support MongoDB Transactions in the future? |
I know this has been discussed before in older issues, and some have commented on the availability of transactions with the Postgres adapter. However for Mongo support, the community still hasn't reached a consensus.
With that in mind, not sure how many people have heard the announcement by MongoDB themselves about releasing full transaction support in Mongo this summer with a Beta release already out. More can be read in the link below
https://www.mongodb.com/transactions
Are there any plans to support this feature? If anyone has read the announcement, have you looked deeper into this? how big of an endeavor will this be?
Just looking to ask the community for thoughts on whether or not people think adopting this will be worth it
The text was updated successfully, but these errors were encountered: