An open API service indexing awesome lists of open source software.

https://github.com/Roenbaeck/bareclad

Based on transitional modeling, bareclad is a new type of database that provides features from relational, graph, columnar, and name-value pair databases.
https://github.com/Roenbaeck/bareclad

columnar database graph nvp relational

Last synced: about 1 year ago
JSON representation

Based on transitional modeling, bareclad is a new type of database that provides features from relational, graph, columnar, and name-value pair databases.

Awesome Lists containing this project

README

          

Bareclad is a new type of database, based on [transitional modeling](https://www.researchgate.net/publication/329352497_Modeling_Conflicting_Unreliable_and_Varying_Information "Transitional Modeling Paper").
There are a number of posts on the topic that can be found in our blog on [anchormodeling.com](http://www.anchormodeling.com/tag/transitional/).
The database engine will provide and combine features from relational, graph, columnar, and name-value pair databases.
Modeling is bottom-up and respects the uncertain and subjecive nature of reality.


The database also features the new transitional query language, Traqula, structured as:

`SEARCH -> (WHERE) -> (AGGREGATE) -> RETURN`

## License

This work is dual-licensed under Apache 2.0 and MIT.
You can choose between one of them if you use this work.

`SPDX-License-Identifier: Apache-2.0 OR MIT`