项目作者: mediative

项目描述 :
Ignite your Spark ETL jobs
高级语言: Scala
项目地址: git://github.com/mediative/amadou.git
创建时间: 2017-02-22T15:44:14Z
项目社区:https://github.com/mediative/amadou

开源协议:Apache License 2.0

下载


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:

  1. resolvers += Resolver.bintrayRepo("mediative", "maven")
  2. 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:

  1. $ sbt test

See CONTRIBUTING.md for how to contribute.

Releasing

To release version x.y.z run:

  1. $ 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.