All Projects → mjhea0 → Flask Redis Queue

mjhea0 / Flask Redis Queue

Licence: mit
Example of how to handle background processes with Flask, Redis Queue, and Docker

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask Redis Queue

Invenio
Invenio digital library framework
Stars: ✭ 469 (+187.73%)
Mutual labels:  redis, flask
Bibi
An e-commerce fullstack solution for Flask 出口电商全栈解决方案
Stars: ✭ 914 (+460.74%)
Mutual labels:  redis, flask
Flower
Real-time monitor and web admin for Celery distributed task queue
Stars: ✭ 5,036 (+2989.57%)
Mutual labels:  redis, task-queue
Lmstfy
Implements task queue in Golang which based on Redis storage
Stars: ✭ 373 (+128.83%)
Mutual labels:  redis, task-queue
Flask And Redis
Simple as dead support of Redis database for Flask applications
Stars: ✭ 76 (-53.37%)
Mutual labels:  redis, flask
Flask Redis
A Flask extension for using Redis
Stars: ✭ 381 (+133.74%)
Mutual labels:  redis, flask
Asynq
Asynq: simple, reliable, and efficient distributed task queue in Go
Stars: ✭ 934 (+473.01%)
Mutual labels:  redis, task-queue
Proxypool
An Efficient ProxyPool with Getter, Tester and Server
Stars: ✭ 3,050 (+1771.17%)
Mutual labels:  redis, flask
Flask Session Tutorial
💾 🙇 Example Flask project for implementing Flask-Session with Redis.
Stars: ✭ 69 (-57.67%)
Mutual labels:  redis, flask
X Proxies
Usable ip proxies, crawling from some proxy websites.
Stars: ✭ 53 (-67.48%)
Mutual labels:  redis, flask
Huey
a little task queue for python
Stars: ✭ 3,761 (+2207.36%)
Mutual labels:  redis, task-queue
Pytask Io
Python Async Task Queue
Stars: ✭ 81 (-50.31%)
Mutual labels:  redis, task-queue
Redis Monitor
💻 A very simple redis monitor based on Flask and React. 一个部署简单的 redis 监控程序,使用 Flask 和 React 完成。
Stars: ✭ 330 (+102.45%)
Mutual labels:  redis, flask
Enferno
A Python framework based on Flask microframework, with batteries included, and best practices in mind.
Stars: ✭ 385 (+136.2%)
Mutual labels:  redis, flask
Flask Base
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
Stars: ✭ 2,680 (+1544.17%)
Mutual labels:  redis, flask
Taskq
Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
Stars: ✭ 555 (+240.49%)
Mutual labels:  redis, task-queue
Proxy pool
Python爬虫代理IP池(proxy pool)
Stars: ✭ 13,964 (+8466.87%)
Mutual labels:  redis, flask
Chat
A simple chat app created to experiment with Redis, Gevent, Flask & Server-Sent Events.
Stars: ✭ 202 (+23.93%)
Mutual labels:  redis, flask
Rq
Simple job queues for Python
Stars: ✭ 8,065 (+4847.85%)
Mutual labels:  redis, task-queue
Poopak
POOPAK - TOR Hidden Service Crawler
Stars: ✭ 78 (-52.15%)
Mutual labels:  redis, flask

Flask Redis Queue

Example of how to handle background processes with Flask, Redis Queue, and Docker

Quick Start

Spin up the containers:

$ docker-compose up -d --build

Open your browser to http://localhost:5004 to view the app or to http://localhost:9181 to view the RQ dashboard.

Want to learn how to build this?

Check out the post.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].