Re: Distributed masterless architecture

2016-08-24 Thread Salih Gedik
Thanks for the resources! On 24.08.2016 21:27, DuyHai Doan wrote: You can read this blog post, there are a handful of interesting links: http://the-paper-trail.org/blog/distributed-systems-theory-for-the-distributed-systems-engineer/ On Wed, Aug 24, 2016 at 1:45 PM, Salih Gedik

Re: Distributed masterless architecture

2016-08-24 Thread DuyHai Doan
You can read this blog post, there are a handful of interesting links: http://the-paper-trail.org/blog/distributed-systems-theory-for-the-distributed-systems-engineer/ On Wed, Aug 24, 2016 at 1:45 PM, Salih Gedik wrote: > Hi everyone, > I am an undergrad student and working on a

Distributed masterless architecture

2016-08-24 Thread Salih Gedik
Hi everyone, I am an undergrad student and working on a simple distributed database for learning purposes. I was wondering if you guys can give me tips about designing and coding distributed no master nodes. For instance what classes should I be looking for in source code? I am so sorry if