Skip to content

A distributed video processing system based on the Raft concensus protocol

License

Notifications You must be signed in to change notification settings

CheranMahalingam/Distributed-Video-Processor

Repository files navigation

Distributed-Video-Processor

A video storage system designed using the raft protocol.

Usage

Prerequisites:

  • docker >= 20.10.5
  • docker-compose >= 1.29.0

To start a three node raft cluster run,

docker-compose up

To stop the cluster run,

docker-compose down

To remove the raft logs and videos persisted to disk run,

chmod +x clean.sh
./clean.sh

About

A distributed video processing system based on the Raft concensus protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published