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

https://github.com/dsukhoroslov/bagri

XML/Document DB on top of distributed cache
https://github.com/dsukhoroslov/bagri

bagri-server big-data distributed-storage document-database json nosql-database xml xquery

Last synced: 4 days ago
JSON representation

XML/Document DB on top of distributed cache

Awesome Lists containing this project

README

          

## bagri project

### XML/Document DB on top of distributed cache.

Consists of the following Maven modules:

* bagri-core - Bagri API, common classes and utilities
* bagri-client - Bagri client side implementations
* bagri-server - Bagri server side implementations
* bagri-rest - Bagri REST server
* bagri-xqj - JSR225 implementation, JSR225 TCK runner
* bagri-xquery - (X)Query engine implementations
* bagri-samples - sample apps, Bagri extensions
* bagri-test - Test Utilities, e.g. TPoX test suite runner
* bagri-tools - JMX Tools, Bagri VisualVM Plugin
* bagri-distr - distributive package
* etc - additional libs, sample data, etc...

### License
Bagri is distributed under the Apache 2 License.

### To start using it
download Bagri distributive from the [release section](https://github.com/dsukhoroslov/bagri/releases/tag/v1.1.2)

Or, configure Maven dependencies in your project.

[![bagridb maven central](
https://maven-badges.herokuapp.com/maven-central/com.bagridb/bagri-client-hazelcast/badge.svg)](
https://maven-badges.herokuapp.com/maven-central/com.bagridb/bagri-client-hazelcast) Client side dependencies:

```

com.bagridb
bagri-xqj
${bagri.version}

com.bagridb
bagri-client-hazelcast
${bagri.version}

```

[![bagridb maven central](
https://maven-badges.herokuapp.com/maven-central/com.bagridb/bagri-server-hazelcast/badge.svg)](
https://maven-badges.herokuapp.com/maven-central/com.bagridb/bagri-server-hazelcast) Server side dependencies:
```

com.bagridb
bagri-rest
${bagri.version}

com.bagridb
bagri-server-hazelcast
${bagri.version}

```

All project documentation and other details can be found on [Bagri Web site](http://bagridb.com).

To leave a feedback or question please visit [our forum](https://groups.google.com/forum/#!forum/bagridb).