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.