دورة هندسة البيانات

Course, Online, 2022

دورة في هندسة البيانات تركز على كيفية إنشاء لوحة تحكم تحليلية لتويتر في الوقت الفعلي لعرض تغريدات البث المباشر مع ميزة تحليل المشاعر (NLP).

اليومالعرض التقديمي الأمثلة
اليوم الأول Slides Run Jupyter Docker image or
اليوم الثانيSlides
اليوم الثالث Slides Run the project using Docker or

Dashbord

First Day

Reivew the Slides

Command to run Just jupyter docker image

docker compose up jupyter   

Reivew the Slides

Third day

Reivew the Slides

Dashbord

Commands of docker compose

  • build the docker image
    docker compose build  
    
  • run all
docker compose up  
  • stop and remove all
docker compose down 
  • clean
    docker volume rm $(docker volume ls -q)
    docker image rm $(docker image ls -q)
    docker system prune
    

ميتا