https://github.com/rupurt/microstream
Lightweight stream processing with Redis. Atomically manage streams and state together
https://github.com/rupurt/microstream
Last synced: 9 months ago
JSON representation
Lightweight stream processing with Redis. Atomically manage streams and state together
- Host: GitHub
- URL: https://github.com/rupurt/microstream
- Owner: rupurt
- License: mit
- Created: 2025-08-10T15:52:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T15:53:10.000Z (11 months ago)
- Last Synced: 2025-08-18T17:30:38.111Z (11 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microstream
Lightweight stream processing with Redis. Atomically manage streams and state together
## Install
```
npm install @rupurt/microstream
```
## License
`microstream` is released under the [MIT license](./LICENSE)