Please start with a use case description for a USER of this work
[Who] As an IoT developer
[What] I need to store IoT information in a high speed ephemeral database on a Raspberry Pi (Arm chip)
[Value] In order to store and query lots of IoT data without damaging the SD card over time
Describe the solution you'd like
Support for the MQTT protocol that works as an endpoint with a LoRa gateway Hat on my Raspberry Pi 3B+
Describe alternatives you've considered
Using a heavyweight IoT message broker (MQTT) combined with a relational database for storage, and python micro service for connecting the two
Additional context
See #30 - Have GroundUpDB compile on ARM (specifically Raspberry Pi 3B+ and above)
Please start with a use case description for a USER of this work [Who] As an IoT developer [What] I need to store IoT information in a high speed ephemeral database on a Raspberry Pi (Arm chip) [Value] In order to store and query lots of IoT data without damaging the SD card over time
Describe the solution you'd like Support for the MQTT protocol that works as an endpoint with a LoRa gateway Hat on my Raspberry Pi 3B+
Describe alternatives you've considered Using a heavyweight IoT message broker (MQTT) combined with a relational database for storage, and python micro service for connecting the two
Additional context See #30 - Have GroundUpDB compile on ARM (specifically Raspberry Pi 3B+ and above)
See LoRa IoT gateway and thethingsnetwork.org