Rewrote database system once again. Tried to make it be in memory and write to disk occasionaly but keep getting segfaults. :heavysob:
Log in to leave a comment
Tried to optimize database and added a new table. Will probably migrate to Redis for a faster database next.
Log in to leave a comment
So my last devlog broke… Heres a large devlog (includes both). First two images are for devlog 1 and the last one for devlog 2
Devlog 1
Added data collection from HSL’s MQTT Realtime API. The data is currently stored in a SQLite database. Also added npm scripts.
Devlog 2
Realized the database was inefficient and restructured the data.
Log in to leave a comment
Made some basic error and language boilerplate.
Log in to leave a comment