org.jnosql.diana:infinispan-driver

The Eclipse JNoSQL communication layer, Diana, implementation for Infinispan

License

License

Categories

Categories

Infinispan Data Caching
GroupId

GroupId

org.jnosql.diana
ArtifactId

ArtifactId

infinispan-driver
Last Version

Last Version

0.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

org.jnosql.diana:infinispan-driver
The Eclipse JNoSQL communication layer, Diana, implementation for Infinispan
Project URL

Project URL

http://jnosql.org/
Source Code Management

Source Code Management

https://github.com/eclipse/jnosql-diana-driver

Download infinispan-driver

How to add to project

<!-- https://jarcasting.com/artifacts/org.jnosql.diana/infinispan-driver/ -->
<dependency>
    <groupId>org.jnosql.diana</groupId>
    <artifactId>infinispan-driver</artifactId>
    <version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jnosql.diana/infinispan-driver/
implementation 'org.jnosql.diana:infinispan-driver:0.0.9'
// https://jarcasting.com/artifacts/org.jnosql.diana/infinispan-driver/
implementation ("org.jnosql.diana:infinispan-driver:0.0.9")
'org.jnosql.diana:infinispan-driver:jar:0.0.9'
<dependency org="org.jnosql.diana" name="infinispan-driver" rev="0.0.9">
  <artifact name="infinispan-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jnosql.diana', module='infinispan-driver', version='0.0.9')
)
libraryDependencies += "org.jnosql.diana" % "infinispan-driver" % "0.0.9"
[org.jnosql.diana/infinispan-driver "0.0.9"]

Dependencies

compile (5)

Group / Artifact Type Version
org.jnosql.diana : diana-key-value jar 0.0.9
org.jnosql.diana : diana-driver-commons jar 0.0.9
org.infinispan : infinispan-core jar 9.4.0.Final
org.infinispan : infinispan-client-hotrod jar 9.4.0.Final
org.infinispan : infinispan-embedded jar 9.1.7.Final

provided (4)

Group / Artifact Type Version
javax.json : javax.json-api jar 1.1.4
javax.json.bind : javax.json.bind-api jar 1.0
javax.annotation : javax.annotation-api jar 1.3.2
javax.enterprise : cdi-api jar 2.0.SP1

test (9)

Group / Artifact Type Version
org.eclipse : yasson jar 1.0.3
org.glassfish : javax.json jar 1.1.4
org.testcontainers : testcontainers jar 1.11.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.0-M1
org.junit.jupiter : junit-jupiter-params jar 5.5.0-M1
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 2.27.0
org.mockito : mockito-junit-jupiter jar 2.27.0
org.awaitility : awaitility jar 3.1.6

Project Modules

There are no modules declared in this project.

Communications Driver API

Communications Driver API is a flexible and extensible API to connect NoSQL databases. It brings an easy interface to support key-value, column family, document oriented and graph databases as JDBC does for SQL databases. This project has several drivers to Diana API.

  • Arangodb: ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

  • Cassandra: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.

  • Couchbase: Couchbase Server, originally known as Membase, is an open-source, distributed multi-model NoSQL document-oriented database software package that is optimized for interactive applications.

  • Elasticsearch: Elasticsearch is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java and is released as open source under the terms of the Apache License. Elasticsearch is the most popular enterprise search engine followed by Apache Solr, also based on Lucene.

  • Hazelcast:In computing, Hazelcast is an open source in-memory data grid based on Java.

  • Hbase: HBase is an open source, non-relational, distributed database modeled after Google’s BigTable and is written in Java. It is developed as part of Apache Software Foundation’s Apache Hadoop project and runs on top of HDFS (Hadoop Distributed File System), providing BigTable-like capabilities for Hadoop. That is, it provides a fault-tolerant way of storing large quantities of sparse data (small amounts of information caught within a large collection of empty or unimportant data, such as finding the 50 largest items in a group of 2 billion records, or finding the non-zero items representing less than 0.1% of a huge collection).

  • Mongodb: MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.

  • Orientdb: OrientDB is an open source NoSQL database management system written in Java. It is a multi-model database, supporting graph, document, key/value, and object models, but the relationships are managed as in graph databases with direct connections between records. It supports schema-less, schema-full and schema-mixed modes. It has a strong security profiling system based on users and roles and supports querying with Gremlin along with SQL extended for graph traversal. OrientDB uses several indexing mechanisms based on B-tree and Extendible hashing, the last one is known as "hash index", there are plans to implement LSM-tree and Fractal tree index based indexes. Each record has Surrogate key which indicates position of record inside of Array list , links between records are stored either as single value of record’s position stored inside of referrer or as B-tree of record positions (so-called record IDs or RIDs) which allows fast traversal (with O(1) complexity) of one-to-many relationships and fast addition/removal of new links. OrientDB is the second most popular graph database according to the DB-Engines graph database ranking

  • RavenDB: RavenDB is an open source document-oriented NoSQL designed, based on .NET/Windows platform. Supports multiple databases and can easily handle hundreds/thousands of databases on the same instance and was designed with multi-tenancy. RavenDB uses JSON (JavaScript Object Notation) to store documents.

  • Redis: Redis is a software project that implements data structure servers. It is open-source, networked, in-memory, and stores keys with optional durability.

  • Riak: Riak (pronounced "ree-ack" ) is a distributed NoSQL key-value data store that offers high availability, fault tolerance, operational simplicity, and scalability. In addition to the open-source version, it comes in a supported enterprise version and a cloud storage version. Riak implements the principles from Amazon’s Dynamo paper with heavy influence from the CAP Theorem. Written in Erlang, Riak has fault tolerance data replication and automatic data distribution across the cluster for performance and resilience.

org.jnosql.diana

Eclipse Foundation

Versions

Version
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4