Skip to content

civitaspo/digdag-plugin-scala-template

Repository files navigation

digdag-plugin-scala-template

Jitpack CircleCI Digdag

This is a digdag plugin template for scala implementations.

Overview

  • Plugin type: operator

Usage

_export:
  plugin:
    repositories:
      - https://jitpack.io
    dependencies:
      - pro.civitaspo:digdag-plugin-scala-template:0.0.1

+step1:
  example>: template.txt
  message: yes
  path: example.out

+step2:
  hello>: "hello "
  message: world

See example.

Configuration

TODO

Development

Run an Example

1) build

./gradlew publish

Artifacts are build on local repos: ./build/repo.

2) get your aws profile

aws configure

3) run an example

./example/run.sh

(TODO) Run Tests

./gradlew test

ChangeLog

CHANGELOG.md

License

Apache License 2.0

Author

@civitaspo

About

A digdag plugin template for scala implementations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages