Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Brolls31557yWhat consensus algo are you working with? I’ve had a look at Raft before as I was thinking of writing a distributed file store for images inspired by the deepfakes stuff and the need for a repository of images and models.
-
Kimmax111067yI'm not an expert, but I'm pretty sure you won't reach unlimited scaling with C#, if unlimited scaling altogether
-
Azer0s3977y@c3ypt1c xD not really tho, because the whole concept is that not everyone has to have every bit of data, but everyone has to know where to find it.
-
c3ypt1c99057y@Azer0s it just seemed to me like you would distribute the data evenly across all nodes xD
-
Brolls31557y@Azer0s last I looked Raft had some good things going for it over Paxos (according to their paper), it’s supposedly simpler. 👍
-
Azer0s3977y@Brolls Tbh...I'm not that familiar with Raft, therefore I just went with what I know. What's the difference?
-
donuts238486yAren't NoSQL DBs already distributed?
MongoDB can do Sharding and I think Hadoop supports storing semi-unstructured data and whatever Facebook uses is definitely distributed? -
Azer0s3976y@billgates Yes. But the thing is: I actually have a very specific usecase for my DB (it's for my diploma project...my diploma project partner had a very special request about handling the data, and after I did some research, I found out that something exactly like that doesn't exist yet).
-
Azer0s3976y@billgates It definitely started out as a fun project...but since I actually found a usecase (or better...since my diploma project partner found one) I actually need this.
A distributed NoSQL document store.
A distributed NoSQL document store.