Table based data storage and retrieval system

A table(rows/cloumns) abstraction is created to store data and the bonescript is extended to provide SQL like access.

Posted by Angel on 2013-12-23T11:27:56-05:00

A table(rows/cloumns) based abstraction will be created on the filesystem. An API will be defined and implemented which will permit creation of tables and columns. This API can be used to store various kinds of data like sensor data for light,temparature,parking etc. This data can then be retrieved using extensions to bonescript. For example bonescript will use select,from,where semantics to retrieve the data from BBB. This API will also permit the creation of various metadata for security,pattern matching etc.

Comments are not currently available for this post.