Nannoq Tools Repository

Repository Layer of Nannoq Tools

License

License

GroupId

GroupId

com.nannoq
ArtifactId

ArtifactId

repository
Last Version

Last Version

1.1.7
Release Date

Release Date

Type

Type

jar
Description

Description

Nannoq Tools Repository
Repository Layer of Nannoq Tools
Project URL

Project URL

https://github.com/NoriginMedia/nannoq-repository
Source Code Management

Source Code Management

https://github.com/NoriginMedia/nannoq-repository

Download repository

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.nannoq : cluster jar 1.1.7
com.nannoq : version jar 1.1.7

runtime (47)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.50
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
org.jetbrains.kotlin : kotlin-reflect jar 1.3.50
io.vertx : vertx-core jar 3.8.2
io.vertx : vertx-web jar 3.8.2
io.vertx : vertx-hazelcast jar 3.8.2
io.vertx : vertx-codegen jar 3.8.2
io.vertx : vertx-lang-js jar 3.8.2
io.vertx : vertx-lang-ruby jar 3.8.2
io.vertx : vertx-lang-kotlin jar 3.8.2
io.vertx : vertx-service-proxy jar 3.8.2
io.vertx : vertx-sockjs-service-proxy jar 3.8.2
io.vertx : vertx-circuit-breaker jar 3.8.2
io.vertx : vertx-redis-client jar 3.6.3
io.vertx : vertx-mail-client jar 3.8.2
io.vertx : vertx-lang-kotlin-coroutines jar 3.8.2
org.apache.logging.log4j : log4j-api jar 2.12.1
org.apache.logging.log4j : log4j-core jar 2.12.1
com.lmax : disruptor jar 3.4.2
com.fasterxml.jackson.core : jackson-annotations jar 2.10.0
org.apache.commons : commons-lang3 jar 3.9
commons-io : commons-io jar 2.6
commons-validator : commons-validator jar 1.6
com.google.code.findbugs : annotations jar 3.0.1
com.google.guava : guava-jdk5 jar 17.0
javax.cache : cache-api jar 1.1.1
com.amazonaws : aws-java-sdk-core jar 1.11.539
com.amazonaws : aws-java-sdk-sts jar 1.11.539
com.amazonaws : aws-java-sdk-dynamodb jar 1.11.539
com.amazonaws : aws-java-sdk-cloudfront jar 1.11.539
com.amazonaws : aws-dynamodb-encryption-java jar 1.13.0
com.twelvemonkeys.imageio : imageio-core jar 3.4.2
com.twelvemonkeys.imageio : imageio-jpeg jar 3.4.2
com.twelvemonkeys.imageio : imageio-tiff jar 3.4.2
com.twelvemonkeys.imageio : imageio-psd jar 3.4.2
com.twelvemonkeys.imageio : imageio-metadata jar 3.4.2
com.twelvemonkeys.imageio : imageio-pnm jar 3.4.2
com.twelvemonkeys.imageio : imageio-icns jar 3.4.2
com.twelvemonkeys.imageio : imageio-pdf jar 3.4.2
com.twelvemonkeys.imageio : imageio-pcx jar 3.4.2
com.twelvemonkeys.imageio : imageio-sgi jar 3.4.2
com.twelvemonkeys.imageio : imageio-iff jar 3.4.2
com.twelvemonkeys.imageio : imageio-tga jar 3.4.2
com.twelvemonkeys.imageio : imageio-pict jar 3.4.2
com.twelvemonkeys.imageio : imageio-batik jar 3.4.2
com.drewnoakes : metadata-extractor jar 2.11.0
org.apache.tika : tika-core jar 1.20

Project Modules

There are no modules declared in this project.

DISCONTINUED JAVA LEGACY - Use Kotlin version @ Nannoq-Tools

Nannoq Repository

Build Status

nannoq-repository is a collection of repository implementations for Vert.x. All repositories operate with a unified querying interface that abstracts away the underlying data store. Individual implementations will be extended for any data store specific functionality that is not reasonable to abstract away.

It supports:

  • Caching, extends to clustered caching with JCache if vertx is clustered.
  • Will refresh ETags if supplied an EtagManager implementation.

Operations:

  • Batch create/read/update/delete
  • Queries
    • Filtering
    • Ordering
    • Projections
    • Aggregations

Current implementations:

  • AWS DynamoDB

Prerequisites

Vert.x >= 3.5.0

Java >= 1.8

Maven

Installing

mvn clean package -Dgpg.skip=true

Running the tests

mvn clean test -Dgpg.skip=true

Running the integration tests

mvn clean verify -Dgpg.skip=true

Usage

First install with either Maven:

<dependency>
    <groupId>com.nannoq</groupId>
    <artifactId>repository</artifactId>
    <version>1.0.5</version>
</dependency>

or Gradle:

dependencies {
    compile group: 'nannoq.com:repository:1.0.5’
}

Implementation and Querying

Please consult the Wiki for guides on implementations and queries on the repositories.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

com.nannoq

Norigin Media

Versions

Version
1.1.7
1.1.6
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0