Skip to content

Event-driven microservices architecture implementation of YouTube. Scalable, modular, and built for the cloud.

Notifications You must be signed in to change notification settings

AnuragProg/notyoutube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opinionated Implementation Rules followed here

  • Make system as type safe as possible i.e. use sqlc for sql queries, protobuf for kafka message serialization/deserialization

Universal Formats

  • time: RFC3339

Ffmpeg commands

  • 60fps frames generation with 1280x720 dimension: ffmpeg -i input_video.mp4 -map 0:v -vf "fps=60,scale=1280:720" -qscale:v 2 frame_%04d.jpg

About

Event-driven microservices architecture implementation of YouTube. Scalable, modular, and built for the cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published