Skip to content

isabella232/redis-streams-hotel-jobs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Streams Hotel Jobs Example with Node.js and Python

TODO

Redis

TODO

Optional, but Recommended: RedisInsight

TODO

The Producer

The producer is written in Python, using the redis-py Redis client. You'll need Python 3 for this, it's been tested with Python 3.9.13.

Setup

TODO

Start the Producer

TODO

The Consumer

The consumer is also written in Python, using the redis-py Redis client. You'll need Python 3 for this, it's been tested with Python 3.9.13.

Setup

TODO

Start the Consumer

TODO

Consumer Groups

The consumer group consumer is written in Node.js, using the node-redis Redis client. You'll need Node.js 14.8 or higher for this, it's been tested with Node.js 16.5.1.

Setup

TODO

Start Multiple Consumers as a Consumer Group

TODO

About

Redis Streams example with Python and Node.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • Python 38.1%