Tutorial on Creating threads using Python and sharing data between threads
-
Updated
Feb 27, 2024 - Python
Tutorial on Creating threads using Python and sharing data between threads
To test various methods for ELT
Udacity Data Streaming project based on Apache Kafka
A simple example of webscraper in python, fastapi, redis, rabbitmq, async events processing
This repository contains code for comparing the performance of three different ELT (Extract, Load, Transform) methods on CSV files of different sizes. The three methods are implemented in Python using different approaches and libraries, and their execution times are compared and plotted for analysis.
Producer-Consumer Multithreading Simulator creating different scenarios of big data interaction over optimisation paradigms.
A simple mutli-threaded web crawler
This assignment implements a tea-coffee marketplace, aiming to implement a solution for Multi Producer -Multi Consumer problem, while also understanding Python parallel computing.
O problema dos "Producers and Consumers" lida com a coordenação e sincronização de múltiplos processos concorrentes que compartilham um recurso comum (o buffer), garantindo que o acesso ao buffer seja seguro e eficiente.
Add a description, image, and links to the producer-consumer-problem topic page so that developers can more easily learn about it.
To associate your repository with the producer-consumer-problem topic, visit your repo's landing page and select "manage topics."