postgresqlmeteortransactionsacidtokumx

Any way to get Meteor using a native ACID compliant db?


I am seriously considering Meteor framework for building every POC and apps in the future...but, I can't get ride of an ACID compliant database as I have few usages of multi-documents atomic transaction that require this compliance.

Meteor strongly rely on MongoDB syntax and storage engine at the moment (it means there are no "Transaction" related syntax available...)

I am currently evaluating any solution allowing this ACID capability :

Those 3 solutions are good candidates for the Meteor roadmap as shown here

What pros/cons about those solution ? Which are the most advanced one ? What would you although consider as a solution to keep Meteor while storing documents in a NoSQL like ACID compliant db ?


Solution

  • I finally forged my own conclusion...

    I will have TWO platforms :

    Any comments are still very welcomed and will be considered and answered