- part of: my Diploma Thesis
Data Management with the Mize data engine
The Mize data engine tries to be a general data management system, just like the Unix filesystem was a long time ago, but being able to deal with modern requirements like syncronisation between many devices and a more complex structure of data. It should be usable by application developers as a library for data management, but at the same time allowing users to then interact with this data outside of this one application, for example to view it in a file explorer like app, or use some data from one application in some other one. Mize should also be flexible enought to be used in any data management scenario, from large data centers, to small micro controllers in IoT applications. Changes in data will be procesed in real time and just like InstantDB Mize will handle the merges of data, when one Instance goes offline for some time.