Skip to content

prithviraj324/p2p_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra Cluster Replication: Simulation and Analysis

This project provides a simulation framework for the replication strategies used in Apache Cassandra, a highly scalable and distributed NoSQL database system.

Features

  • Simulates different replication strategies over a P2P network established across data nodes.
  • Allows for configurable cluster settings, such as number of nodes and replication factor (ALL by default).
  • Dataset stored as a []string in memory across all nodes.

Usage

To run the simulation, execute the following command:

go run main.go -secio -l 10000

Tech

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published