All Projects → dsukhoroslov → bagri

dsukhoroslov / bagri

Licence: Apache-2.0 license
XML/Document DB on top of distributed cache

Programming Languages

java
68154 projects - #9 most used programming language
Batchfile
5799 projects
XQuery
69 projects
shell
77523 projects
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to bagri

Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (+965%)
Mutual labels:  big-data, distributed-storage
skytable
Skytable is an extremely fast, secure and reliable real-time NoSQL database with automated snapshots and TLS
Stars: ✭ 696 (+1640%)
Mutual labels:  document-database, nosql-database
database-journal
Databases: Concepts, commands, codes, interview questions and more...
Stars: ✭ 50 (+25%)
Mutual labels:  document-database, nosql-database
Moosefs
MooseFS – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System (Software-Defined Storage)
Stars: ✭ 1,025 (+2462.5%)
Mutual labels:  big-data, distributed-storage
MongoDB-University
Repo for All MongoDB University Courses
Stars: ✭ 102 (+155%)
Mutual labels:  nosql-database
Aws Etl Orchestrator
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
Stars: ✭ 245 (+512.5%)
Mutual labels:  big-data
Kafka Ui
Open-Source Web GUI for Apache Kafka Management
Stars: ✭ 230 (+475%)
Mutual labels:  big-data
Eland
Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
Stars: ✭ 235 (+487.5%)
Mutual labels:  big-data
NoSQLDataEngineering
NoSQL Data Engineering
Stars: ✭ 25 (-37.5%)
Mutual labels:  document-database
masc
Microsoft's contributions for Spark with Apache Accumulo
Stars: ✭ 20 (-50%)
Mutual labels:  big-data
Clickhouse
ClickHouse® is a free analytics DBMS for big data
Stars: ✭ 21,089 (+52622.5%)
Mutual labels:  big-data
Hyperspace
An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
Stars: ✭ 246 (+515%)
Mutual labels:  big-data
predictionio-template-recommender
PredictionIO Recommendation Engine Template (Scala-based parallelized engine)
Stars: ✭ 80 (+100%)
Mutual labels:  big-data
Trafodion
Apache Trafodion
Stars: ✭ 242 (+505%)
Mutual labels:  big-data
predictionio-sdk-ruby
PredictionIO Ruby SDK
Stars: ✭ 192 (+380%)
Mutual labels:  big-data
Selinon
An advanced distributed task flow management on top of Celery
Stars: ✭ 237 (+492.5%)
Mutual labels:  big-data
Koalas
Koalas: pandas API on Apache Spark
Stars: ✭ 3,044 (+7510%)
Mutual labels:  big-data
acousticbrainz-server
The server components for the AcousticBrainz project
Stars: ✭ 128 (+220%)
Mutual labels:  big-data
Vue Virtual Scroll List
⚡️A vue component support big amount data list with high render performance and efficient.
Stars: ✭ 3,201 (+7902.5%)
Mutual labels:  big-data
Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+6887.5%)
Mutual labels:  big-data

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].