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

Transactions in Parse Server #4589

Closed
ziyadparekh opened this issue Feb 27, 2018 · 18 comments
Closed

Transactions in Parse Server #4589

ziyadparekh opened this issue Feb 27, 2018 · 18 comments

Comments

@ziyadparekh
Copy link

ziyadparekh commented Feb 27, 2018

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

@dplewis
Copy link
Member

dplewis commented Mar 1, 2018

Transactions support would be awesome. Unfortunately we'll have to wait until the MongoDB Node Driver gets support as well.

@trylovetom
Copy link
Contributor

trylovetom commented Mar 9, 2018

Cool Guy. I can't wait to see this feature!! #2159

@oallouch
Copy link
Contributor

oallouch commented Mar 9, 2018

Imagine that !

@yuki-takeichi
Copy link
Contributor

MongoDB released 3.7.7 beta server, which has multi-document transaction support. Now you can try it!
https://groups.google.com/forum/#!topic/mongodb-txnbeta/ML8jxxvnRKM

Docs are also available. so we can move the discussion forward.
https://docs-beta-transactions.mongodb.com/transactions/

@flovilmart
Copy link
Contributor

Are you willing on work on a design for those transactions?

@yuki-takeichi
Copy link
Contributor

@flovilmart Yes. I'd like to propose some REST API updates, and can suggest strategies for implementation.

@flovilmart
Copy link
Contributor

Can you open an issue with your detailed design so we can evaluate the feature?

@yuki-takeichi
Copy link
Contributor

@flovilmart Sure. I will.

@flovilmart
Copy link
Contributor

Thanks! very cool!

@danieldimit
Copy link

Is there any progress on the issue? Me and the organization I'm working for are interested in helping implementing this feature.

@stale
Copy link

stale bot commented Sep 18, 2018

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.

@stale stale bot added the wontfix label Sep 18, 2018
@stale stale bot closed this as completed Sep 25, 2018
@gtzinos
Copy link

gtzinos commented Apr 16, 2019

Any update?

1 similar comment
@JeromeDeLeon
Copy link
Contributor

Any update?

@flovilmart
Copy link
Contributor

@JeromeDeLeon you can perhaps implement it, looks like a few people would be interested

Sent with GitHawk

@JeromeDeLeon
Copy link
Contributor

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?

@flovilmart
Copy link
Contributor

This is not a transaction, just a save in batch

Sent with GitHawk

@AtomicSimon
Copy link

Is there any plan to support MongoDB Transactions in the future?

@JeromeDeLeon
Copy link
Contributor

JeromeDeLeon commented May 5, 2020

@AtomicSimon

parse-community/Parse-SDK-JS#922

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

10 participants