ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,774 results

Related queries

python rabbitmq

redis python

python celery

Pretty Printed
Getting Started With Celery: Asynchronous Tasks in Python

Learn how to use Celery in Python to run background tasks. Get the code here: https://prettyprinted.com/l/odm #python.

11:34
Getting Started With Celery: Asynchronous Tasks in Python

27,382 views

9 months ago

Very Academy
FastAPI Celery, Flower and Docker

In this tutorial we integrate Celery into an existing FastAPI app, Redis and FastAPI, all within Docker containers. We finish off by ...

29:33
FastAPI Celery, Flower and Docker

70,161 views

4 years ago

SKonik
Python. Celery concepts animated

Playing around animating some concepts Music: dynatron - pulse power.

2:17
Python. Celery concepts animated

82,443 views

3 years ago

Ssali Jonathan
Background Tasks with FastAPI Background Tasks and Celery + Redis - FastAPI Beyond CRUD (Part 20)

In this video, we dive deep into boosting your FastAPI application by offloading time-consuming tasks to the background.

45:02
Background Tasks with FastAPI Background Tasks and Celery + Redis - FastAPI Beyond CRUD (Part 20)

14,856 views

1 year ago

Code Goat
FastAPI Tutorial #12: Background Jobs From Base to Production with Celery, Redis & Docker

Are you ready to truly master background jobs in your FastAPI applications? This comprehensive tutorial dives deep into ...

1:36:11
FastAPI Tutorial #12: Background Jobs From Base to Production with Celery, Redis & Docker

1,088 views

2 months ago

Eric Roby
Redis Tutorial In 16 Minutes | Learn What, Basics and How to Implement FastAPI Redis

Full Redis Tutorial - Installation, Basics and Implementation using FastAPI Redis Redis is a popular technology to easily increase ...

16:16
Redis Tutorial In 16 Minutes | Learn What, Basics and How to Implement FastAPI Redis

18,301 views

2 years ago

NeuralNine
Professional Task Queues in Python with Celery, RabbitMQ & Redis

In this video, we learn how to implement professional task queues by using Celery, RabbitMQ and Redis in Python. We also look ...

26:48
Professional Task Queues in Python with Celery, RabbitMQ & Redis

10,683 views

2 months ago

SKonik
Python Celery - high level overview

This video explains some basic concepts behind celery for those who would like to know what it is in general. 00:00 - what is ...

5:34
Python Celery - high level overview

16,952 views

2 years ago

People also watched

Сурен Хоренян
FastAPI + Redis Cache – Speeding Up Responses. Caching via FastAPI-Cache

Landing page for the largest Python web development course: https://web.mahenzon.ru/ Chat and the latest announcements on ...

46:39
FastAPI + Redis Cache – Speeding Up Responses. Caching via FastAPI-Cache

2,930 views

2 months ago

Describly
Asynchronous Tasks with FastApi, Celery and SQS

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type ...

48:06
Asynchronous Tasks with FastApi, Celery and SQS

7,717 views

2 years ago

Canal DevPro
What is a Queuing System? + Using Celery

💥 💥 Learn Python in 1 HOUR: https://pythonpro.com.br/aprenda-python-em-1-hora-inscricao?utm_source=youtube&utm_medium=trafego ...

9:50
What is a Queuing System? + Using Celery

5,370 views

5 years ago

Mind Blowing
Boost Your App's Performance with FastAPI Celery and Redis

Elevate your FastAPI game with our latest tutorial! Join us as we demystify the implementation of FastAPI, Celery, and Redis.

46:00
Boost Your App's Performance with FastAPI Celery and Redis

4,476 views

1 year ago

ArjanCodes
Anatomy of a Scalable Python Project (FastAPI)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, we break down the anatomy of a ...

21:16
Anatomy of a Scalable Python Project (FastAPI)

78,225 views

2 months ago

Embriagado De Sabedoria
básico python + Celery RabbitMQ, Flower

básico #python #Celery #RabbitMQ #Flower https://twitter.com/23GustavoGarcia.

34:16
básico python + Celery RabbitMQ, Flower

4,128 views

4 years ago

Андрей Иванов | Python
CREATING YOUR OWN CELERY WITH REDIS. BACKGROUND WORKERS IN PYTHON

CREATING YOUR OWN CELERY WITH REDIS. BACKGROUND WORKERS IN PYTHON Python on Papyrus RU. My courses on UDEMY: https://www ...

18:52
CREATING YOUR OWN CELERY WITH REDIS. BACKGROUND WORKERS IN PYTHON

14,990 views

3 years ago

Soumil Shah
Python + Celery + Redis + Queue Understanding Background Processing

https://github.com/soumilshah1995/Python-Flask-Redis-Celery-Docker -------------------Watch------------------------------ Title : Python + ...

11:36
Python + Celery + Redis + Queue Understanding Background Processing

48,515 views

5 years ago

OGTechTalks
Intro to Celery - Distributed Task Queue

Short introduction to Celery. Python based distributed task processing. When to use it, best practices and is it applicable in 2023.

13:55
Intro to Celery - Distributed Task Queue

5,945 views

2 years ago

Andreas Jud
Docker Compose with Celery, Flower, Beat and Redis containers - Docker Part 3

In this video we will containerize a complete background task system with 6 containers, including Celery, Flower, Beat and Redis ...

28:27
Docker Compose with Celery, Flower, Beat and Redis containers - Docker Part 3

5,804 views

1 year ago

The Theory Of Code
Python Celery Distributed Task Queue | End to End Application with Celery

Software systems of the modern world makes use of distributed systems for multiple task which needs to be executed outside the ...

20:10
Python Celery Distributed Task Queue | End to End Application with Celery

30,174 views

2 years ago

Code Collider
15 FastAPI Best Practices For Production

I've curated a list of 15 FastAPI best practices and anti-patterns that every FastAPI developer should know to build ...

12:19
15 FastAPI Best Practices For Production

25,757 views

5 months ago

Артём Шумейко
Фоновые задачи в FastAPI — Асинхронность и Многопоточность

Как запускать асинхронные и синхронные задачи, не блокируя FastAPI — расскажу в этом видео. Партнер канала ...

12:22
Фоновые задачи в FastAPI — Асинхронность и Многопоточность

21,837 views

1 year ago

Raj Kapadia
How to implement Messaging Queue - Python | FastAPI | RabbitMQ | Celery

In this video, learn to implement a messaging queue using RabbitMQ and Celery on a Python and FastAPI application. You will ...

11:47
How to implement Messaging Queue - Python | FastAPI | RabbitMQ | Celery

2,819 views

7 months ago

Eric Roby
You're Probably Building FASTAPI Apps WRONG (Clean Architecture)

FastAPI is a fantastic Python web API framework. This video covers how to professional create a FastAPI architecture. FastAPI ...

28:08
You're Probably Building FASTAPI Apps WRONG (Clean Architecture)

87,579 views

8 months ago

Andrej Baranovskij
Web API with FastAPI, RabbitMQ and Celery

With Web API you can create access to microservice functionality. In this video, I explain how to create scalable Web API with ...

16:59
Web API with FastAPI, RabbitMQ and Celery

12,772 views

4 years ago

Pablo's Spot
Event Driven Architecture - Integrating FastAPI service With Celery Service

Event Driven Architecture - Integrating FastAPI service With Celery Service This is the third part of a video series on developing a ...

14:28
Event Driven Architecture - Integrating FastAPI service With Celery Service

2,510 views

4 years ago

PyData
Avanindra Kumar Pandeya: FastAPI and Celery - Building Reliable Web Applications with TDD

In this talk, we will explore how to use the FastAPI web framework and Celery task queue to build reliable and scalable web ...

33:45
Avanindra Kumar Pandeya: FastAPI and Celery - Building Reliable Web Applications with TDD

801 views

2 years ago

FANATICUS
Background tasks in Python : ARQ VS Celery

fanaticus In this video, I break down how to run background tasks in FastAPI using ARQ and Celery, with real-world examples, ...

9:33
Background tasks in Python : ARQ VS Celery

364 views

5 months ago

Ssali Jonathan
Deploying FastAPI, PostgreSQL, Celery & Redis on Render - FastAPI Beyond CRUD (Part 23)

In this video, we'll walk through deploying a FastAPI application on Render: This application comprises FastAPI, PostgreSQL, ...

44:28
Deploying FastAPI, PostgreSQL, Celery & Redis on Render - FastAPI Beyond CRUD (Part 23)

4,063 views

1 year ago

Abu Bakr Soliman
mini-RAG | 24 | Celery Basics | Step 1/2

Welcome to mini-RAG Ep. 24 in the series "minirag: From Notebook to Production"! In this video, we kick off Step 1 of 2 on ...

2:01:47
mini-RAG | 24 | Celery Basics | Step 1/2

3,403 views

4 months ago