Skip to content

mediative/amadou

Repository files navigation

Amadou - Ignite your Spark ETL jobs

Build Status Latest version

Amadou was a precious resource to ancient people, allowing them to start a fire by catching sparks from flint struck against iron pyrites. -- Wikipedia

Getting Started

Add the following to your build.sbt:

resolvers += Resolver.bintrayRepo("mediative", "maven")
libraryDependencies += "com.mediative" %% "amadou-core" % "0.4.4"

See the TestEtl job to get an idea of what the library provides.

Documentation

Building and Testing

This library is built with sbt, which needs to be installed. Run the following command from the project root, to build and run all test:

$ sbt test

See CONTRIBUTING.md for how to contribute.

Releasing

To release version x.y.z run:

$ sbt -Dversion=x.y.z release

This will run the tests, create a tag and publishing JARs and API docs.

License

Copyright 2017 Mediative

Licensed under the Apache License, Version 2.0. See LICENSE file for terms and conditions for use, reproduction, and distribution.