Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 3.54 KB

File metadata and controls

55 lines (39 loc) · 3.54 KB

Squared - Meltano for Meltano

This is the project the Meltano team uses to manage their Meltano instance.

This project is used to process data for MeltanoHub and for internal metrics as defined in the Handbook.

The primary maintainer is @pnadolny13. The primary slack channel for discussion is #meltano-squared.

Repo Plugins

These are all of the plugins that are currently being using in this repo.

Extractors:

Mappers:

Loaders:

Transformers:

Orchestrators:

Analyzers:

Utilities:

Architectural Decision Records (ADR)

This Squared project makes use of ADR's to record architectural decisions roughly as described by Michael Nygard. In a nutshell, these are used to document architectural decisions and to provide a record of the decisions made by the team and contributors in regard to the Squared project's architecture. These are held in docs/adr. To propose or add a new ADR, its simplest to create a new entry using adr-tools, and then send a long a merge request for review.

brew install adr-tools
adr new <My ADR Name>