View on GitHub

nannoq-repository

Repositories for Vert.x

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:

Operations:

Current implementations:

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