https://github.com/mp911de/redis-stream-demo
Demo for Redis Streams
https://github.com/mp911de/redis-stream-demo
java redis spring-boot stream stream-processing
Last synced: 12 months ago
JSON representation
Demo for Redis Streams
- Host: GitHub
- URL: https://github.com/mp911de/redis-stream-demo
- Owner: mp911de
- License: apache-2.0
- Created: 2018-11-11T14:09:02.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T10:15:01.000Z (about 6 years ago)
- Last Synced: 2025-04-30T18:33:22.248Z (about 1 year ago)
- Topics: java, redis, spring-boot, stream, stream-processing
- Language: Java
- Size: 159 KB
- Stars: 34
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis Stream Demo Project
This repository contains a demo for Redis Streams using Java.
## Modules
* [`simple-streams`](simple-streams/) Simple Stream usage with Java.
* [`redis-stream-frontend`](redis-stream-frontend/) Frontend for Feature Poll.
* [`redis-stream-demo`](redis-stream-demo/) Demo application bundling [`redis-stream-frontend`](redis-stream-frontend/).
## Building
* [`simple-streams`](simple-streams/) Use bundled Maven wrapper. Change directory to [`simple-streams`](simple-streams/) and run `$ ./mvn package`.
* [`redis-stream-frontend`](redis-stream-frontend/) Built through `redis-stream-demo`. Make sure to have NodeJS and `ng` installed (`$ npm i -g ng`).
* [`redis-stream-demo`](redis-stream-demo/) Use bundled Maven wrapper. Change directory to [`redis-stream-demo`](redis-stream-demo/) and run `$ ./mvn package`.
## License
* [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)