Database

02/07/2022

Designing Database Architecture

Designing Database Architecture Many websites and web applications can be operated with a single-server configuration, where your database exists on the same server as all of […]
02/07/2022

Overview of Popular DBMSeS – Cassandra

Cassandra is an open source columnar database that supports very large amounts of structured data Cassandra does not declare a primary server; instead, data is distributed […]
02/07/2022

Overview of Popular DBMSeS – Redis

Redis (short for “REmote DIctionary Server”) is an open source in-memory database that is useful for applications that require rapid data updates in real time Redis […]
02/07/2022

Overview of Popular DBMSeS – MongoDB

MongoDB is a document database that stores data as JSON documents to provide more flexibility for scaling and querying data based as an application evolves MongoDB […]