d

data-river

A dropwizard extension which helps to build pipelines to replicate mysql data to desired datastores.
https://github.com/vivekkothari/data-river
The Apache Software License, Version 2.0
Vivek Kothari
Files download
File Operation
data-river-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.vivekkothari</groupId>
  <artifactId>data-river</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.vivekkothari:data-river:2.0.0'
Gradle Kotlin
implementation("com.github.vivekkothari:data-river:2.0.0")
Scala SBT
libraryDependencies += "com.github.vivekkothari" % "data-river" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vivekkothari', module='data-river', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.vivekkothari" name="data-river" rev="2.0.0" />
Leiningen
[com.github.vivekkothari/data-river "2.0.0"]
Apache Buildr
'com.github.vivekkothari:data-river:jar:2.0.0'