Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T10:15:01.000Z (over 4 years ago)
- Last Synced: 2024-10-03T12:39:24.734Z (about 1 month ago)
- Topics: java, redis, spring-boot, stream, stream-processing
- Language: Java
- Size: 159 KB
- Stars: 33
- Watchers: 2
- 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)