DISCONTINUED JAVA LEGACY - Use Kotlin version @ Nannoq-Tools
nannoq-web is a REST (Level 3) controller implementation that is based on vertx-web and leverages nannoq-repository for data store access.
It incorporates:
- ETag
- Clustered Caching through nannoq-repository
It supports:
- Filtering
- Ordering
- Projections
- Grouping
- Aggregations
- Cross-Model Aggregations
Vert.x >= 3.5.0
Java >= 1.8
Maven
mvn clean package -Dgpg.skip=true
mvn clean test -Dgpg.skip=true
mvn clean verify -Dgpg.skip=true
First install with either Maven:
<dependency>
<groupId>com.nannoq</groupId>
<artifactId>web</artifactId>
<version>1.0.5</version>
</dependency>
or Gradle:
dependencies {
compile group: 'nannoq.com:web:1.0.5’
}
Please consult the Wiki for guides on implementations and queries on the controller.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository
- Anders Mikkelsen - Initial work - Norigin Media
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details