adamfowleruk / groundupdb

Creating a database from the ground up in C++ for fun!
Apache License 2.0
123 stars 25 forks source link

Act as MQTT IoT data store on ARM Raspberry Pi #31

Open adamfowleruk opened 3 years ago

adamfowleruk commented 3 years ago

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