Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
/ molehill Public archive

Hivemall SQLs and digdag workflows generator

License

Notifications You must be signed in to change notification settings

chezou/molehill

Repository files navigation

molehill

CircleCI

Combine Apache Hivemall(incubating) and digdag together.

Generate Hivemall queries and Digdag workflow for TreasureData from YAML file.

Installation

$ pip install git+https://github.com/chezou/molehill#egg=molehill

Usage

# will generate queries directory and titanic.dig
$ generate_workflow --overwrite -dest titanic.dig resources/titanic_pipeline.yml
$ td wf push proj-name
$ td wf start proj-name titanic --session now

Examples

Example YAML files can be found as follows:

The following YAMLs are example config files for Titanic survival prediction with Logistic Regression.

About

Hivemall SQLs and digdag workflows generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages