Code Monkey home page Code Monkey logo

youtube-skeleton-clone's Introduction

YouTube Skeleton Clone

Introduction

This document describes the design of a simplified YouTube clone. The goal of this project is not to build a 1 to 1 clone of YouTube, but rather to build a rough skeleton where the core functionality of YouTube is implemented.

We are focused on keeping the design as simple as possible, while still addressing some scalability tradeoffs. We are focused on learning, not building a production ready system.

Background

YouTube is a video sharing platform that allows users to upload, view, rate, share, and comment on videos.

The scope of YouTube is very large, such that even "trivial" features like rating and commenting on videos are actually quite complex at this scale (1B+ daily active users). For this reason, we will be focusing mostly on uploading videos, and a bit on viewing videos.

High Level Design

image

requirement

Users can sign in/out using their Google account

Users can upload videos while signed in

Videos should be transcoded to multiple formats (e.g. 360p, 720p)

Users can view a list of uploaded videos (signed in or not)

Users can view individual videos (signed in or not)

References

Firebase Auth: https://firebase.google.com/docs/auth

Cloud Storage Signed URLs: https://cloud.google.com/storage/docs/access-control/signed-urls

Pub/Sub Push subscriptions: https://cloud.google.com/pubsub/docs/push

Using Pub/Sub with Cloud Storage: https://cloud.google.com/storage/docs/pubsub-notifications

Using Pub/Sub with Cloud Run: https://cloud.google.com/run/docs/tutorials/pubsub

youtube-skeleton-clone's People

Contributors

bhavy2202 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.