jetmuffin / metronome

Apache Mesos framework for scheduled jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metronome Issues

Metronome is an Apache Mesos framework for scheduled jobs.

Documentation

Metronome documentation is available on the DC/OS documentation site.

Issue Tracking

We have been tracking issues in multiple places, which has made it hard for us to prioritize, and consolidate duplicates.

In order to address these challenges, on March 6th we will be converting all GitHub issues to public JIRA tickets in Mesosphere's on-premise JIRA instance that anyone will be able to view and add to using GitHub SSO. This will not only help the Marathon/Metronome teams, it will increase transparency, allowing the community to check on sprints and the order of the ticket backlog. Issues for Metronome are tracked in project Marathon, so please make sure to choose component metronome when creating issues.

Please have a look here for more information: https://groups.google.com/forum/#!topic/marathon-framework/khtvf-ifnp8

Getting Started

Get familiar with Metronome with this step-by-step Getting Started guide.

API Reference

Consult the full Metronome REST API reference.

An unofficial Go client library, metronome-client has been created for the v1 API.

Contributing

We heartily welcome external contributions to Metronome's codebase and documentation. Please see our Contributor Guidelines.

Building from Source

To build Metronome from source, check out this repo and use sbt to build a universal package:

    git clone https://github.com/dcos/metronome.git
    cd metronome
    sbt universal:packageBin

Running in Development Mode

Mesos local mode allows you to run Metronome without launching a full Mesos cluster. It is meant for experimentation and not recommended for production use. Note that you still need to run ZooKeeper for storing state. The following command launches Metronome on Mesos in local mode.

./bin/metronome -Dmetronome.mesos.master.url=local

Help

Have you found an issue? Feel free to report it using our Issues page. In order to speed up response times, please provide as much information on how to reproduce the problem as possible.

About

Apache Mesos framework for scheduled jobs

License:Apache License 2.0


Languages

Language:Scala 91.6%Language:RAML 3.8%Language:Python 2.4%Language:Protocol Buffer 1.2%Language:Shell 0.7%Language:Groovy 0.3%