Database Systems

Back to Production-Engineering/Data-Stores

ACID Properties of Transactions -- source

These are properties of database transactions. Transactions are used in transactional databases, which describe most relational database management systems. Necessary design where sequence of data is important, and for critical operations.

Firebase Realtime Database

Stores and syncs data in a NoSQL cloud database. Data syncs across all clients in realtime, by pushing data to clients when changes are made to the database.

Firebase's database store information as JSON objects; it's a JSON Tree.