Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

stackmagic/arangodb-wal-client

Open more actions menu

Repository files navigation

arangodb-wal-client

ArangoDB Write-Ahead-Log Client in Java

TravicCI Download

downloading

gradle

the jcenter() shortcut requires at least gradle 1.7

repositories {
    jcenter()
}

dependencies {
    compile 'net.swisstech:arangodb-wal-client:+'
}

maven

<repository>
    <id>jcenter</id>
    <url>https://jcenter.bintray.com/</url>
</repository>
<dependency>
    <groupId>net.swisstech</groupId>
    <artifactId>arangodb-wal-client</artifactId>
    <version>...</version>
</dependency>

Compatibility

2.0.0

  • OK arangodb-3.3.x
  • OK latest 3.4-RC as of 2018-10-13 (RC2 won't start in docker or takeks too long)

Changelog

2.0.0

  • upgrade gradle
  • run inttests with docker
  • fix tests/pojos

TODO

  • WalEvent: prevent parsing of the data field and just use it as-is (saves a bit of cpu/mem)

About

ArangoDB Write-Ahead-Log Client in Java

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.