Build Status

<img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/11479/badge.svg"/>

Codecov

Join the chat at https://gitter.im/bboxdb/Lobby

Maven Central Version

Please Note: The master branch may be in an unstable state during development. Please use our releases for productive environments.

What is BBoxDB?

BBoxDB is a highly available distributed storage manager (NoSQL database), designed to handle multi-dimensional big data. Primarily, the software is a research project to explore new ways to handle multi-dimensional data in a distributed environment.

In contrast to existing key-value stores, BBoxDB can handle multi-dimensional efficiently. Existing key-value stores are using one-dimensional keys to address the values. Finding a proper key for multi-dimensional data is hard and often impossible; this is especially true when the data has an extent (non-point data / regions). To retrieve multi-dimensional data from a key-value store, a full data scan is often required. BBoxDB was developed to avoid the expensive full data scan and to make the work with multi-dimensional data more convenient.

Key features

Documentation

The documentation of the project is located at https://jnidzwetzki.github.io/bboxdb/. The documentation also contains the changelog of the project.

Getting started

For a guided tour through the features of BBoxDB, see the getting started chapter in the documentation. We also recommend reading the creating client code section. The install guide explains the needed steps to deploy an own BBoxDB cluster. The guide also describes how you can setup a virtualized cluster with 5 BBoxDB nodes in under two minutes, by using Docker and Docker Compose.

Screenshots

BBoxDB ships with a GUI that allows observing the global index structure. Below you find two screenshots of the GUI. The screenshots show how the space is partitioned. In addition, some details about the discovered nodes are shown.




(The screenshots contain content from OpenStreetMap - CC-BY-SA 2.0)

When 2-dimensional bounding boxes with [WGS 84](https://de.wikipedia.org/wiki/World_Geodetic_System_1984) coordinates are used, a map overlay visualization is supported by the GUI. On the top right picture, some spatial data about Germany was imported and the Figure shows, how Germany in partitioned after the data was imported. In addition, the GUI provides operations to explore 2 dimensional GeoJSON encoded data. ## Contact / Stay informed * Visit our [website](https://bboxdb.org) * Read our research papers: * [Technical report](https://ub-deposit.fernuni-hagen.de/receive/mir_mods_00001277) about the basic ideas of the software. * [Demo paper](https://dl.acm.org/citation.cfm?id=3269208) about partitioning (presented at [CIKM2018](https://www.cikm2018.units.it/)). * [Full paper](https://link.springer.com/article/10.1007/s10619-019-07275-w) at Springer Distributed and Parallel Databases. * [Demo paper](https://ieeexplore.ieee.org/document/9005999) about user defined filters (presented at [IEEE Big Spatial Data 2019](http://cse.ucdenver.edu/~BSD2019/); received the best paper award). * Join our chat at [gitter](https://gitter.im/bboxdb/Lobby) * Follow us on Twitter: [@BBoxDB](https://twitter.com/BBoxDB) * Subscribe our mailing list at [Google Groups](https://groups.google.com/forum/#!forum/bboxdb) * Visit our [bug tracking system](https://github.com/jnidzwetzki/bboxdb/issues) * Read the [source code](https://github.com/jnidzwetzki/bboxdb) and the [documentation](https://jnidzwetzki.github.io/bboxdb/) * For contributing, see our [contributing guide](https://github.com/jnidzwetzki/bboxdb/blob/master/CONTRIBUTING.md) * If you like the project, please star it on GitHub! ## License BBoxDB is licensed under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.