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
- Host: GitHub
- URL: https://github.com/dsukhoroslov/bagri
- Owner: dsukhoroslov
- License: apache-2.0
- Created: 2014-03-12T21:26:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T09:12:26.000Z (about 7 years ago)
- Last Synced: 2025-07-12T00:54:49.072Z (10 months ago)
- Topics: bagri-server, big-data, distributed-storage, document-database, json, nosql-database, xml, xquery
- Language: Java
- Homepage:
- Size: 20.1 MB
- Stars: 41
- Watchers: 8
- Forks: 5
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Bagri
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.
[](
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}
```
[](
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).