Okra implementation using asynchronous MongoDB Java Driver. This is the fastest asynchronous Okra implementation ever made.
This is a Work In Progress.
- Java 8
- MongoDB Asynchronous Driver
Pull Requests are always welcome! We will always review and accept them really fast.
build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.OkraScheduler:OkraAsync:x.y.z'
}
<dependency>
<groupId>com.github.OkraScheduler</groupId>
<artifactId>OkraAsync</artifactId>
<version>x.y.z</version>
</dependency>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>