Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adridadou/cubefriendly-engine

Cubefriendly minimal engine. Basically the API between MapDB and Cubefriendly-core
https://github.com/adridadou/cubefriendly-engine

Last synced: 2 days ago
JSON representation

Cubefriendly minimal engine. Basically the API between MapDB and Cubefriendly-core

Awesome Lists containing this project

README

        

# cubefriendly-engine

[![Coverage Status](https://coveralls.io/repos/cubefriendly/cubefriendly-engine/badge.svg?branch=master)](https://coveralls.io/r/cubefriendly/cubefriendly-engine?branch=master)
[![Circle CI](https://circleci.com/gh/adridadou/cubefriendly-engine/tree/master.svg?style=svg)](https://circleci.com/gh/cubefriendly/cubefriendly-engine/tree/master)

This project is the thin layer between cubefriendly and MapDB. Most of the logic can be found in https://github.com/cubefriendly/cubefriendly-core.

This project tries to stay as simple as possible to ease optimisations.
Hopefully it should not change too much so the access layer between cubefriendly and the cube files stay stable.