Aerospike Document API

This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed and mutated using JSON like syntax. Effectively this provides what can be termed a document API as CDT objects can be used to represent JSON in the Aerospike database.

License

License

GroupId

GroupId

com.aerospike
ArtifactId

ArtifactId

aerospike-document-api
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Aerospike Document API
This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed and mutated using JSON like syntax. Effectively this provides what can be termed a document API as CDT objects can be used to represent JSON in the Aerospike database.
Project URL

Project URL

https://github.com/aerospike/aerospike-document-lib
Project Organization

Project Organization

Aerospike Inc.
Source Code Management

Source Code Management

https://github.com/aerospike/aerospike-document-lib

Download aerospike-document-api

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
com.aerospike : aerospike-client jar 5.1.11
com.jayway.jsonpath : json-path jar 2.6.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.5.0