Tag: database

OrientDB: How To Install the NoSQL DataBase on CentOS 7

  Introduction – NoSQL and OrientDB When talking about databases, in general, we refer to two major families: RDBMS (Relational Database Management System), which use as user and application program interface a language named Structured Query Language (or SQL) and non-relational database management systems, or NoSQL …

Database System: PostgreSQL Replication on Ubuntu 16.04

  PostgreSQL Database System PostgreSQL is an advanced open source Object-Relational Database Management System (or ORDBMS). It is an extensible and highly-scalable database system, meaning that it can handle loads ranging from single machine applications to enterprise web services with many concurrent users. PostgreSQL is transactional …

How to Setup Riak KV Database Cluster on Ubuntu 18.04

  Riak is a distributed NoSQL database that offers high-availability, fault tolerance, operational simplicity, and scalability. Riak has been written in Erlang, and part of ‘Basho’ products that provide different version, including Riak KV (Key-value), Riak TS (optimized for IoT/Time Series), and Riak CS (Riak Cloud …