1
0
Fork 0

Изменил(а) на 'README.md'

master
Grigorii Safronov 5 months ago
parent df43e76ffb
commit be4b0fb86f

@ -31,7 +31,7 @@
<!-- ABOUT THE PROJECT --> <!-- ABOUT THE PROJECT -->
## About The Project ## 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 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. 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 ## Getting Started
Basic modules Basic modeles
--------------------------- ---------------------------
fluidB The project consists of two main modules: fluidB The project consists of two main modules:
1. **fluidB**- relational storage engine for small datasests 1. **relational**- relational model
2. **futrum**- nosql storage engine for large datasests 2. **temporal**- temporal model
### Building ### Building
@ -325,7 +325,7 @@ Limitations
./fluidbd ~/node.1 ./fluidbd ~/node.1
``` ```
### Troubles
This single node automatically becomes the leader. You can pass `-h` to `fluidBd` to list all configuration options. This single node automatically becomes the leader. You can pass `-h` to `fluidBd` to list all configuration options.
<br> <br>

Loading…
Cancel
Save