Lots happening lately:
- switched data structure name from device -> node – see
this issue for dicussion - add page to message (currently SMS only) all users
- UI simplification and cleanup
- sort users on users page
- changing backing store from bolthold to genji (this gives us the flexibility
to use memory, bbolt, or badger backing stores as well as robust indexing) - switch to badger as default store as it does not have locking issues (locking issues with bbolt are currently being fixed)
Also exploring a simplified graph data store:
All these changes are taking time, but are laying the foundation for turning this project in a flexible IoT platform.