Microservices with FastAPI – Full Course
By freeCodeCamp.org
Published: Mar 24, 2022“
Learn how to create a simple Microservices app using Python FastAPI with React on the frontend. We will use RedisJSON as a Database and dispatch events with Redis Streams. RedisJSON is a NoSQL database just like MongoDB and Redis Streams is an Event Bus just like RabbitMQ or Apache Kafka.Course from Scalable Scripts. Check out their channel: https://www.youtube.com/c/ScalableScripts
Code: https://github.com/scalablescripts/fa…
Course Contents:
- (00:00) Intro
- (01:30) App Demo
- (03:29) Inventory Microservice Setup
- (05:46) Redis Cloud
- (07:13) Connect to Redis Cloud
- (09:04) Products CRUD
- (20:05) Payment Microservice Setup
- (25:40) Internal Http Requests
- (30:54) Background Tasks
- (36:50) Redis Streams
- (58:34) Frontend
”
Tag: FastAPI
[#Script #Coding] Event-Driven Architecture with React and FastAPI – Full Course
Event-Driven Architecture with React and FastAPI – Full Course
By freeCodeCamp.org
Published: Aug 11, 2022“
Learn about event-driven architecture by building a real-world project using FastAPI, React, and Redis.An event-driven system is a common way to set up the software. In an event-driven architecture, event handlers are registered for specific events. When an event occurs, the handlers are invoked.
Frontend code: https://github.com/scalablescripts/re…
Backend code: https://github.com/scalablescripts/fa…Antonio from Scaleable Scripts created this course. Check out his channel: https://www.youtube.com/watch?v=VkPUB…
Course Contents
- (0:00:00) Intro
- (0:04:30) Redis Database
- (0:07:06) FastAPI Setup
- (0:13:02) Create Delivery Endpoint
- (0:19:39) Building the State
- (0:24:34) State Endpoint
- (0:29:29) Dispatching Multiple Events
- (0:54:26) Building the State without Redis
- (1:04:33) Building the Frontend
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”