Projects with this topic
-
An Alliance Auth app for monitoring celery tasks.
Updated -
Argus is an IoT security monitoring and resource management tool designed to integrate seamlessly with the Chirpstack Application Server. It collects event metrics, monitors network resources, stores relevant metrics in InfluxDB, and downsamples it with pre-defined Influx Tasks. Argus utilizes Celery workers for background task processing, including periodic threat detection checks and metric data processing. It can be deployed as Docker containers via Docker Compose for easy setup, scalability, and management.
Updated -
Boilerplate/Template for Python CLI projects
Updated -
This project serves as an example of a messaging system, utilizing RabbitMQ as the message broker and Django Celery for task management and worker generation. RabbitMQ efficiently queues and distributes messages, ensuring reliable and asynchronous communication between services. Django Celery integrates with the Django framework to manage and schedule background tasks, generating workers that execute these tasks. Together, they provide a robust and scalable solution for handling asynchronous tasks and inter-service communication.
Updated -
Website that parses images from internet from user's request Left: add NN to use parsed images
Updated -
An example project that demonstrates local development, CI/CD and production setup for a full stack web app using Django, Django REST Framework, Django Channels, Postgres, VueJS, Redis, Celery, GitLab CI and AWS technologies deployed with CDK.
Updated -