hydra-streams


License

License

Categories

Categories

Data
GroupId

GroupId

io.github.carldata
ArtifactId

ArtifactId

hydra-streams_2.12
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

hydra-streams
hydra-streams
Project URL

Project URL

https://github.com/carldata/hydra-streams
Project Organization

Project Organization

io.github.carldata
Source Code Management

Source Code Management

https://github.com/carldata/hydra-streams

Download hydra-streams_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.carldata/hydra-streams_2.12/ -->
<dependency>
    <groupId>io.github.carldata</groupId>
    <artifactId>hydra-streams_2.12</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.carldata/hydra-streams_2.12/
implementation 'io.github.carldata:hydra-streams_2.12:0.5.0'
// https://jarcasting.com/artifacts/io.github.carldata/hydra-streams_2.12/
implementation ("io.github.carldata:hydra-streams_2.12:0.5.0")
'io.github.carldata:hydra-streams_2.12:jar:0.5.0'
<dependency org="io.github.carldata" name="hydra-streams_2.12" rev="0.5.0">
  <artifact name="hydra-streams_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.carldata', module='hydra-streams_2.12', version='0.5.0')
)
libraryDependencies += "io.github.carldata" % "hydra-streams_2.12" % "0.5.0"
[io.github.carldata/hydra-streams_2.12 "0.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
io.spray : spray-json_2.12 jar 1.3.3

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.1
org.scalacheck : scalacheck_2.12 jar 1.13.4
org.apache.avro : avro jar 1.8.2

Project Modules

There are no modules declared in this project.

Hydra Streams

Build status Maven Central

Protocol specification and implementation for Hydra

Quick start

Add the following dependency to the build.sbt

libraryDependencies += "io.github.carldata" %% "hydra-streams" % "0.5.0"

Build

Compile AVRO schema

java -jar ~/bin/avro/avro-tools-1.8.2.jar compile schema avro/data.avpr src/test/scala

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Redistributing

FlowScript source code is distributed under the Apache-2.0 license.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

io.github.carldata

Carl Data Solutions

Versions

Version
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0