Foundation DB is a free and shared nothing with NoSQL database and open-source multi-model distributed architecture. The product is designed around a core database, with additional features furnished in layers. An ordered key-value store with transactions are exposed by the core database. Foundation DB is developed by Apple Inc.

Download Foundation DB using the command:
wget https://www.foundationdb.org/downloads/6.1.12/rhel7/installers/foundationdb-clients-6.1.12-1.el7.x86_64.rpm
wget https://www.foundationdb.org/downloads/6.1.12/rhel7/installers/foundationdb-server-6.1.12-1.el7.x86_64.rpm
To Install Foundation DB, run the command:
rpm -ivh foundationdb-server-6.1.12-1.el7.x86_64.rpm
      foundationdb-clients-6.1.12-1.el7.x86_64.rpm

After the installation is completed, start Foundation DB.

To start Foundation DB, run the command:

service foundationdb start