Skip to content

Okra is a distributed, scalable, durable, and highly available job pub/sub engine to execute asynchronous long-running business logic in a scalable way.

License

Notifications You must be signed in to change notification settings

OkraScheduler/OkraSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Okra

Okra implementation using synchronous MongoDB Java Driver. This is the fastest Okra implementation for now.

Build Status Code Coverage Artifacts

Requirements

  • Java 8
  • MongoDB Synchronous Driver

Note

Pull Requests are always welcome! We will always review and accept them really fast.

Getting Started

See how to get started in the project wiki https://github.com/OkraScheduler/OkraSync/wiki/Getting-Started

Dependency

Gradle

build.gradle

    allprojects {
        repositories {
            maven { url "https://jitpack.io" }
        }
    }
    dependencies {
        compile 'com.github.OkraScheduler:OkraSync:x.y.z'
    }

Maven

    <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>

About

Okra is a distributed, scalable, durable, and highly available job pub/sub engine to execute asynchronous long-running business logic in a scalable way.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages