mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-16 16:26:47 -06:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
66deb76574
commit
77bf363b07
12
README.md
12
README.md
@@ -60,12 +60,6 @@ Finally, we want to have the option to replicate TernFS to multiple regions, to
|
||||
```
|
||||
|
||||
* **servers**
|
||||
* **web**
|
||||
* 1 logical instance
|
||||
* `ternweb`, go binary
|
||||
* TCP http server
|
||||
* stateless
|
||||
* serves web UI
|
||||
* **registry**
|
||||
* 1 logical instance
|
||||
* `ternregistry`, C++ binary
|
||||
@@ -117,6 +111,12 @@ Finally, we want to have the option to replicate TernFS to multiple regions, to
|
||||
* its entire job is efficiently streaming blobs of data from disks into TCP connections
|
||||
* communicates with registry to register itself and to update information about free space, number of blocks, etc.
|
||||
* **clients**, these all talk to all of the servers
|
||||
* **web**
|
||||
* 1 logical instance
|
||||
* `ternweb`, go binary
|
||||
* TCP http server
|
||||
* stateless
|
||||
* serves web UI
|
||||
* **cli**
|
||||
* `terncli`, Go binary
|
||||
* toolkit to perform various tasks, most notably
|
||||
|
||||
Reference in New Issue
Block a user