I haven't done that in decades. Has something changed recently that made it easier to create an ACID data store with static files? Last I looked, ACID was tricky enough with static files that it was easier just to use PostgreSQL.
Is this DB ACID compliant? This is a major omission from the article, as I was considering this as a replacemnt for PostGres SQL As-A-Service offerings.
I just switched from RethinkDB to Postgres as well, although my issues were more with NoSQL than RethinkDB specifically. With JSON support in PG, and the ability to let Amazon RDS handle DB admin/scalability, I don't see any reason to sacrifice ACID compliance and security on NoSQL.
reply