An open API service indexing awesome lists of open source software.

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

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)