Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entrptaher/exp-redis-workflow
https://github.com/entrptaher/exp-redis-workflow
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/entrptaher/exp-redis-workflow
- Owner: entrptaher
- Created: 2020-03-26T06:28:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T00:49:33.000Z (about 2 years ago)
- Last Synced: 2024-05-28T16:16:43.210Z (6 months ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A small overkill demonstration of server and scraper with ioredis, bull queue and so on instead of websocket/rest api. Everything is connected via redis.
# Development
This assumes you have nodejs, yarn and redis-server installed.```
yarn
yarn start
```# Workflow
## Birds eye view:
![Imgur](https://i.imgur.com/R4rChEU.png)## A deep drive of the listeners:
![](https://i.imgur.com/lYnWHmP.png)