ChaiDB is an embedded data storage developed at the kernel level by using B-Tree implementation. It is a natural database choice for name/value applications such as JSON. JSON-Cache utilizes ChaiDB to provide persistence and cache solution for JSON data.
This project aims to develop a kernel for DAS clients that contains all the basic features, so reducing the development time for new clients as new data types are incorporated to the DAS system.