leo-project / leofs

The LeoFS Storage System
https://leo-project.net/leofs/
Apache License 2.0
1.55k stars 155 forks source link

Question: How LeoFS communicate between storage nodes? #1186

Closed tnatanael closed 5 years ago

tnatanael commented 5 years ago

I have seen other distributed file projects that uses Http API to communicate between nodes, i am trying to understand what is the strategy LeoFS uses to replicate the files between storage nodes? Is there a persistent network connection and specific data transmission protocol? Or it uses HTTP requests to replicate the data?

yosukehara commented 5 years ago

We’ve been publishing LeoFS’ documentation, which includes LeoFS Documentation / LeoFS’ Architecture.

tnatanael commented 5 years ago

Really thanks for your quick reply, i see in the docs that inter node communication uses Erlang EPC module, is it true for the "files data" transmission part also?

yosukehara commented 5 years ago

is it true for the "files data" transmission part also?

Exactly

tnatanael commented 5 years ago

Thanks man!