Project HyDFS - Distributed File System

Опубликовано: 17 Июнь 2026
на канале: Daksh Pokar
112
2

This video explores the design and implementation of a scalable Distributed File System that integrates the strengths of Cassandra and HDFS. The project highlights several key features:

Hybrid Architecture: An in-depth look at a system that combines Cassandra’s scalability with HDFS’s reliability to create a robust storage solution.
Consistent Hashing & Replica Management: An explanation of how consistent hashing is employed for effective data distribution and replication across nodes, ensuring fault tolerance, load balancing, and high availability.
SWIM Membership Protocol: A demonstration of the SWIM protocol for efficient failure detection and membership management within the distributed network.
Distributed Grep Command: An overview of a custom-built distributed grep command that enables efficient log searching across multiple machines from a single client.
Advanced Caching Mechanisms: Insight into the implementation of caching strategies along with merge, append, multi-append, and delete operations to optimize system performance.

This video provides valuable insights for developers, systems engineers, and technology enthusiasts interested in the practical challenges and innovative solutions involved in building distributed systems. Enjoy the deep dive into the project's architecture, implementation details, and the strategies used to achieve a highly efficient and fault-tolerant distributed file system.

GitHub Link: https://github.com/dakshpokar/HyDFS-Distri...

A Project by -
Daksh Pokar (https://www.linkedin.com/in/dakshpokar) | (https://www.dakshpokar.com)
Rishi Mundada (https://www.linkedin.com/in/rishimundada)