Skip to content

High Level Design Implementation of a few services of Youtube

Notifications You must be signed in to change notification settings

Veeresh-R-G/Youtube-HLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Commands

  • Zookeeper service : docker run -p 2181:2181 zookeepe

  • Kafka service : docker run -p 9092:9092 -e KAFKA_ZOOKEEPER_CONNECT=192.168.0.108:2181 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://IP Address:9092 -e KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 confluentinc/cp-kafka

Tech Used

  • Kafka
  • NextJs (Front End)
  • Express Js (Back End)

Doc References

Things I didn't know about Multiupload

Minimum chunk size should be >5MB, else you get EntityTooSmall Error

About

High Level Design Implementation of a few services of Youtube

Resources

Stars

Watchers

Forks