cogfor / onyx-template

Onyx Leiningen application template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onyx Application Template

A Leiningen template for creating Onyx apps.

Usage

To get an application template with a sample job:

lein new onyx-app my-app-name

Options

The template also supports the following options

lein new onyx-app my-app-name -- +docker

+docker adds a Dockerfile and docker-compose.yaml that will demonstrate launching an Onyx cluster with a Zookeeper image.

License

Copyright © 2016 Distributed Masonry

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Onyx Leiningen application template

License:MIT License


Languages

Language:Clojure 67.0%Language:Shell 28.9%Language:Dockerfile 4.1%