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/pypi/dm/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:

License

License is indicated in the project metadata (typically one or more of the Trove classifiers). For more details, see this explanation.

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.12.tar.gz (306.4 kB view details)

Uploaded Source

Built Distribution

mettle-0.7.12-py2.py3-none-any.whl (343.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for mettle-0.7.12.tar.gz
Algorithm Hash digest
SHA256 6d0ab847e4b6feba2e4bc7157c90c43c1252a3d485f33bbbc89a57ca81dbf159
MD5 bec01579b0bd9229d2d9ad739b819a53
BLAKE2b-256 ee9603131c84c73068a42fb4b2d89c5b1d76fbf4938f200d6eb7e11ea27f07e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mettle-0.7.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 899531ab7faa5bfd6df1bc24faebb541b2db705761808b16335e9be263a1560e
MD5 7932aa3ec778d1c90621b578c21b6ffb
BLAKE2b-256 b85f6be27b705cf084758e56356b41f501750033bb6f6fcded1c0a75e337615f

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