ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,750 results

Related queries

advanced fastapi

fastapi microservices

python rabbitmq

celery python

redis python

celery django

fastapi mongodb

fastapi project

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,180 views

4 years ago

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,417 views

9 months ago

SKonik
Python. Celery concepts animated

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

2:17
Python. Celery concepts animated

82,460 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,877 views

1 year 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,773 views

4 years 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,093 views

2 months 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,827 views

5 months 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,825 views

7 months ago

People also watched

Tech With Tim
Learn Fast API With This ONE Project

ImageKit is an image and video API plus AI-Powered DAM that we use in this project to handle all of our image and video ...

2:05:44
Learn Fast API With This ONE Project

86,136 views

1 month ago

techpriestjoe
How to build a python microservice with fastapi

In this tutorial will will build a simple microservice in python using the fast api framework. We will build an example endpoint, write ...

46:52
How to build a python microservice with fastapi

5,054 views

1 year ago

Andrej Baranovskij
Celery Distributed Task Queue with FastAPI for Machine Learning

This sample app demonstrates how to implement Celery distributed task queues on top of RabbitMQ broker for Machine Learning ...

18:42
Celery Distributed Task Queue with FastAPI for Machine Learning

9,352 views

4 years ago

PyCon Israel
Advanced Celery Tricks - Itamar Hartstein - PyCon Israel 2018

Advanced Celery Tricks - How we adapted and extended Celery to fit our data pipeline In Singular, we have a data pipeline which ...

24:05
Advanced Celery Tricks - Itamar Hartstein - PyCon Israel 2018

18,741 views

7 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

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,946 views

2 years ago

Learning & Development
FastAPI task with Celery - PYG

So today's topic is basically how to offload wrong learnings tasks uh into salary workers in fast API we already have background ...

34:10
FastAPI task with Celery - PYG

1,459 views

2 years ago

Evgeny Maksimov
Async in practice: how to achieve concurrency in FastAPI (and what to avoid doing!)

Concurrency can be confusing. Let's dive into how to use async functions and achieve concurrency with FastAPI git repo: ...

40:44
Async in practice: how to achieve concurrency in FastAPI (and what to avoid doing!)

25,975 views

3 years ago

ByteMonk
REST API Caching Strategies Every Developer Must Know

Caching is a powerful optimization technique that plays a crucial role in improving the efficiency, scalability, and performance of ...

12:13
REST API Caching Strategies Every Developer Must Know

95,837 views

10 months ago

PyCon Sweden
From crontab to celery with no regrets by Marco Pavanelli

"Cron jobs are great! they can save your life and your marriage, they run day and night with any weather and they never miss a ...

32:03
From crontab to celery with no regrets by Marco Pavanelli

5,815 views

2 years ago

Mukul Mantosh
PyCharm FastAPI Tutorial Series : Implementing Celery & Redis Configuration - Part 10

PyCharm Guide : https://www.jetbrains.com/pycharm/guide/tutorials/fastapi-aws-kubernetes/ GitHub ...

17:37
PyCharm FastAPI Tutorial Series : Implementing Celery & Redis Configuration - Part 10

6,105 views

3 years 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,180 views

2 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,479 views

1 year ago

ArjanCodes
4 Tips for Building a Production-Ready FastAPI Backend

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll talk about 4 things that you ...

27:02
4 Tips for Building a Production-Ready FastAPI Backend

119,817 views

1 year 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,723 views

2 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

365 views

5 months 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,707 views

2 months 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,511 views

4 years ago

TeluguPy
FastAPI + Celery + Redis | Background Tasks & Progress Tracking Tutorial

Learn how to use FastAPI with Celery and Redis to handle long-running background tasks and track progress in real time.

25:18
FastAPI + Celery + Redis | Background Tasks & Progress Tracking Tutorial

54 views

10 days ago

freeCodeCamp.org
Microservices with FastAPI – Full Course

Learn how to create a simple Microservices app using Python FastAPI with React on the frontend. We will use RedisJSON as a ...

1:28:53
Microservices with FastAPI – Full Course

316,653 views

3 years 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,374 views

2 months ago