Skip to content
/ gobblin Public
forked from apache/gobblin

Universal data ingestion framework for Hadoop.

License

Notifications You must be signed in to change notification settings

abti/gobblin

This branch is 1 commit ahead of, 767 commits behind apache/gobblin:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2021
Jan 13, 2021
Jul 31, 2017
Feb 4, 2021
Aug 23, 2017
Feb 9, 2021
Aug 27, 2020
Feb 4, 2021
Apr 15, 2021
Oct 23, 2020
Oct 23, 2020
Oct 23, 2020
Mar 11, 2021
Feb 4, 2021
Oct 23, 2020
Jan 28, 2021
Mar 23, 2021
Mar 18, 2021
Nov 19, 2020
Jan 22, 2021
Mar 11, 2021
Dec 14, 2020
Mar 23, 2021
Apr 12, 2021
Jan 22, 2021
Mar 11, 2021
Apr 16, 2021
Apr 16, 2021
Aug 29, 2017
Dec 4, 2020
Mar 22, 2021
Oct 23, 2020
Apr 15, 2021
Apr 15, 2021
Feb 17, 2021
Nov 18, 2020
Dec 4, 2020
Jul 31, 2017
Jan 25, 2021
Apr 17, 2021
Jan 28, 2021
Mar 18, 2021
Jul 30, 2020
Feb 4, 2021
Feb 4, 2021
Jan 25, 2021
Jan 3, 2021
Jul 15, 2019
Jan 1, 2021
Jan 26, 2021
Jan 25, 2021
Feb 9, 2021
Jan 3, 2018
Jul 2, 2018
Aug 21, 2020
Mar 11, 2021
Jan 25, 2021
Nov 18, 2020
Jan 6, 2017
May 29, 2020
Aug 15, 2018
Aug 15, 2018
Apr 17, 2021
Sep 10, 2018
Mar 9, 2016
Feb 4, 2021

Repository files navigation

Apache Gobblin

Build Status Documentation Status Maven Central Stack Overflow Join us on Slack codecov.io

Apache Gobblin is a highly scalable data management solution for structured and byte-oriented data in heterogeneous data ecosystems.

Capabilities

  • Ingestion and export of data from a variety of sources and sinks into and out of the data lake. Gobblin is optimized and designed for ELT patterns with inline transformations on ingest (small t).
  • Data Organization within the lake (e.g. compaction, partitioning, deduplication)
  • Lifecycle Management of data within the lake (e.g. data retention)
  • Compliance Management of data across the ecosystem (e.g. fine-grain data deletions)

Highlights

  • Battle tested at scale: Runs in production at petabyte-scale at companies like LinkedIn, PayPal, Verizon etc.
  • Feature rich: Supports task partitioning, state management for incremental processing, atomic data publishing, data quality checking, job scheduling, fault tolerance etc.
  • Supports stream and batch execution modes
  • Control Plane (Gobblin-as-a-service) supports programmatic triggering and orchestration of data plane operations.

Common Patterns used in production

  • Stream / Batch ingestion of Kafka to Data Lake (HDFS, S3, ADLS)
  • Bulk-loading serving stores from the Data Lake (e.g. HDFS -> Couchbase)
  • Support for data sync across Federated Data Lake (HDFS <-> HDFS, HDFS <-> S3, S3 <-> ADLS)
  • Integrate external vendor API-s (e.g. Salesforce, Dynamics etc.) with data store (HDFS, Couchbase etc)
  • Enforcing Data retention policies and GDPR deletion on HDFS / ADLS

Apache Gobblin is NOT

  • A general purpose data transformation engine like Spark or Flink. Gobblin can delegate complex-data processing tasks to Spark, Hive etc.
  • A data storage system like Apache Kafka or HDFS. Gobblin integrates with these systems as sources or sinks.
  • A general-purpose workflow execution system like Airflow, Azkaban, Dagster, Luigi.

Requirements

  • Java >= 1.8

If building the distribution with tests turned on:

  • Maven version 3.5.3

Instructions to run Apache RAT (Release Audit Tool)

  1. Extract the archive file to your local directory.
  2. Run ./gradlew rat. Report will be generated under build/rat/rat-report.html

Instructions to build the distribution

  1. Extract the archive file to your local directory.
  2. Skip tests and build the distribution: Run ./gradlew build -x findbugsMain -x test -x rat -x checkstyleMain The distribution will be created in build/gobblin-distribution/distributions directory. (or)
  3. Run tests and build the distribution (requires Maven): Run ./gradlew build The distribution will be created in build/gobblin-distribution/distributions directory.

Quick Links

About

Universal data ingestion framework for Hadoop.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • Shell 0.7%
  • Python 0.3%
  • JavaScript 0.3%
  • CSS 0.1%
  • HTML 0.1%
  • Other 0.1%