https://github.com/tirkarthi/clj-redis-streams-playground
A sample repo to ingest and process weather data with Clojure and Redis streams
https://github.com/tirkarthi/clj-redis-streams-playground
Last synced: 3 months ago
JSON representation
A sample repo to ingest and process weather data with Clojure and Redis streams
- Host: GitHub
- URL: https://github.com/tirkarthi/clj-redis-streams-playground
- Owner: tirkarthi
- License: mit
- Created: 2018-08-18T08:03:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T07:18:17.000Z (almost 7 years ago)
- Last Synced: 2025-01-05T12:42:33.581Z (5 months ago)
- Language: Clojure
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Code for [my post](https://tirkarthi.github.io/programming/2018/08/17/redis-streams-clojure.html) on redis streams.
### Requirements
* Redis 5.0 (RC 1) and above that has streams or use the unstable branch to compile Redis yourself.
### Installation
* Clone the repo
* To injest data `clj -m producer`
* To start a consumer `clj -m consumer `### License
Copyright © 2018 Karthikeyan S
Distributed under the MIT License