From be4b0fb86fcccde896a9c89ea634c7320ca32817 Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Fri, 12 Apr 2024 16:07:43 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f7dbc6f..22eeacbe 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ## About The Project -*fluidB* is Multimodel in-memory database management system an easy-to-use. It's lightweight, distributed which uses [SQLite](https://www.sqlite.org/) as its storage engine for small datasests and futrum which uses [Riak](https://github.com/basho/riak) for large datasests. +*fluidB* is Multimodel in-memory database management system an easy-to-use. It's lightweight, distributed which uses [SQLite](https://www.sqlite.org/) as its storage engine for small datasests. fluidB is simple to deploy, operating it is very straightforward, and its clustering capabilities provide you with fault-tolerance and high-availability. [fluidB is available only for Unix-like systems only]. fluidB uses [Raft](https://raft.github.io/) to achieve consensus across all the instances of the SQLite databases, ensuring that every change made to the system is made to a quorum of SQLite databases, or none at all. @@ -84,13 +84,13 @@ Finally, if you're interested in understanding how distributed systems actually ## Getting Started -Basic modules +Basic modeles --------------------------- fluidB The project consists of two main modules: -1. **fluidB**- relational storage engine for small datasests -2. **futrum**- nosql storage engine for large datasests +1. **relational**- relational model +2. **temporal**- temporal model ### Building @@ -325,7 +325,7 @@ Limitations ./fluidbd ~/node.1 ``` - + ### Troubles This single node automatically becomes the leader. You can pass `-h` to `fluidBd` to list all configuration options.