Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adridadou/cubefriendly-engine
- Owner: adridadou
- License: apache-2.0
- Created: 2015-02-26T11:03:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T18:27:55.000Z (over 8 years ago)
- Last Synced: 2024-12-17T17:45:57.120Z (about 2 months ago)
- Language: Java
- Homepage: http://www.cubefriendly.com
- Size: 55.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.