DEV Community

Roman Glushko
Roman Glushko

Posted on

Awesome List of Distributed System Projects

I have recently dug into distributed system design. I have found lots of open source projects to inspire from πŸ’«

So I decided to start composing an awesome list on GitHub:

https://github.com/roma-glushko/awesome-distributed-system-projects

The list currently contains projects like:

  • Databases (SQL, NoSQL, KV)
  • Locking services
  • Streaming Services
  • Message Queues
  • Task Schedulers
  • File Systems
  • OS, Service Discovery
  • frameworks and components

Most of the projects are written in Golang, some in Java, Erlang, C++ and a few in Python, Rust, Kotlin.

Hope this is going to be helpful πŸ™Œ
Feel free to give it a star if you like it and share your fav projects which is not yet on the list πŸš€

Top comments (0)