Okra implementation using synchronous MongoDB Java Driver. This is the fastest Okra implementation for now.
- Java 8
- MongoDB Synchronous Driver
Pull Requests are always welcome! We will always review and accept them really fast.
See how to get started in the project wiki https://github.com/OkraScheduler/OkraSync/wiki/Getting-Started
build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.OkraScheduler:OkraSync:x.y.z'
}
<dependency>
<groupId>com.github.OkraScheduler</groupId>
<artifactId>OkraSync</artifactId>
<version>x.y.z</version>
</dependency>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>