Skip to main content

A micro service framework for data pipelines, providingscheduling, retrying, and error reporting.

Project description

https://img.shields.io/pypi/v/mettle.svg https://img.shields.io/pypi/pyversions/mettle.svg https://img.shields.io/travis/yougov/mettle/master.svg

Mettle is a framework for managing extract/transform/load (ETL) jobs. ETL processes present a number of problems that Mettle is designed to solve:

Description

  • Jobs need to be run at specific times. Sometimes they need to be triggered by the completion of other jobs. Mettle supports scheduling both time-based and trigger-based jobs.

  • Various people in an organization need to be able to see job schedules and the state of recent runs. Naive scripts running on cron jobs, scattered amongst a large number of servers, create a serious problem with visibility. Mettle solves this by centralizing the job scheduling, state reporting, and log viewing.

  • Sometimes jobs fail because of temporary problems somewhere (a flaky network, a too-full disk). Mettle will automatically retry jobs to deal with this.

  • Sometimes jobs fail and will not be able to succeed until the job has been reconfigured (a changed password on a database, for example). Mettle makes it easy to manually re-launch a job after such issues have been resolved.

  • If you try to solve the above problems by centralizing all your ETL execution, you quickly run into a problem of proliferating dependencies. A centralized ETL service can become hard to develop and hard to deploy because all those dependencies (libraries, external APIs, external databases) introduce more instability. Mettle is designed to isolate those dependencies into separate ETL services, so instability in one ETL doesn’t impact any others.

We picked the name “Mettle” because:

  • It’s got the letters E, T, and L in it.

  • It means “ability to continue despite difficulties”.

  • It sounds like “metal”, which is solid.

Mettle is comprised of several components:

  • Web UI. Features:
    • Configure schedules for pipelines.

    • Display past jobs, both successful and failed.

    • Display currently-executing jobs, with live status updates and streaming logs.

    • Manually launch jobs.

  • Timer: Reads pipeline schedules from the database and sends out RabbitMQ messages when pipelines need to be kicked off.

  • Dispatcher: Records which jobs are being executed by which workers, and their eventual success or failure.

  • Logger: Receives log messages sent from ETL Services over RabbitMQ, and saves them to Postgres.

  • ETL Services: Implement the actual business logic and systems integration to move data between systems.

Mettle uses Postgres to store state, and RabbitMQ for inter-process communication.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mettle-0.7.14.tar.gz (306.8 kB view details)

Uploaded Source

Built Distribution

mettle-0.7.14-py2.py3-none-any.whl (342.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file mettle-0.7.14.tar.gz.

File metadata

  • Download URL: mettle-0.7.14.tar.gz
  • Upload date:
  • Size: 306.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mettle-0.7.14.tar.gz
Algorithm Hash digest
SHA256 936d2a72b42ae2b3503a5cf804f3610df52d460c8bdcc07d185f58112ec903f9
MD5 6a9b4beaa9471f6135242a402eb1cb9a
BLAKE2b-256 b9f1437ee452e021153561cbfba3c00e542d1b746b7b5707bb55363e81dc59f3

See more details on using hashes here.

File details

Details for the file mettle-0.7.14-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for mettle-0.7.14-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d5cf118686326e1c0552118d001693408102cb796ed50ea7c58a2d9472bbcff1
MD5 06cfea05fab826f2a7ef92cd0ccd1829
BLAKE2b-256 de289fc77cd6fd8369c9fe444d3b34958d0857d07ed2ec2cf4a1aafdb4e612e1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page