goeh / weather-collector

This Java program read data from a weather station (Davis Vantage Pro2) and store it in a SQL database
5 stars 3 forks source link

Data streaming with Apache Pulsar #12

Closed saveriogzz closed 3 years ago

saveriogzz commented 3 years ago

Hi @goeh !

Sorry for the many commits. This PR adds the possibility to stream data with an Apache Pulsar cluster!

The code works on a RaspberryPi 3A+, not yet not my RPi4.

With this PR, we can close #5 .

Cheers