https://github.com/knands42/sensor-streaming-app-java
Project that mimic a real-time producer from a sensor hardware and consume it using Java Reactor
https://github.com/knands42/sensor-streaming-app-java
gradle java21 reactor-core threading-synchronization
Last synced: 12 months ago
JSON representation
Project that mimic a real-time producer from a sensor hardware and consume it using Java Reactor
- Host: GitHub
- URL: https://github.com/knands42/sensor-streaming-app-java
- Owner: knands42
- Created: 2025-01-23T03:09:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T03:14:20.000Z (about 1 year ago)
- Last Synced: 2025-01-23T04:19:01.571Z (about 1 year ago)
- Topics: gradle, java21, reactor-core, threading-synchronization
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sensor Streaming App
> This belongs to a project series I created to lean and create concurrency apps that need streaming features.
I'm simulating a data streaming app
that produces realtime data from any sensor hardware
where this application will handle it using `Reactor` and `Lightweight Threads`.
## Up and Running
```shell
gradle run
```
## Related Projects
See also a Kotlin version of the same project -> [here](https://github.com/knands42/Sensor-Streaming-App-Kotlin)