dsukhoroslov / bagri

XML/Document DB on top of distributed cache
Apache License 2.0
41 stars 5 forks source link
bagri-server big-data distributed-storage document-database json nosql-database xml xquery

bagri project

XML/Document DB on top of distributed cache.

Consists of the following Maven modules:

License

Bagri is distributed under the Apache 2 License.

To start using it

download Bagri distributive from the release section

Or, configure Maven dependencies in your project.

bagridb maven central Client side dependencies:

<!-- Bagri XQJ driver -->
<dependency>
    <groupId>com.bagridb</groupId>
    <artifactId>bagri-xqj</artifactId>
    <version>${bagri.version}</version>
</dependency>

<!-- Bagri XDM API implementation -->
<dependency>
    <groupId>com.bagridb</groupId>
    <artifactId>bagri-client-hazelcast</artifactId>
    <version>${bagri.version}</version>
</dependency>

bagridb maven central Server side dependencies:

<!-- Bagri REST module -->
<dependency>
    <groupId>com.bagridb</groupId>
    <artifactId>bagri-rest</artifactId>
    <version>${bagri.version}</version>
</dependency>

<!-- Bagri Server module -->
<dependency>
    <groupId>com.bagridb</groupId>
    <artifactId>bagri-server-hazelcast</artifactId>
    <version>${bagri.version}</version>
</dependency>

All project documentation and other details can be found on Bagri Web site.

To leave a feedback or question please visit our forum.