{"id":13487432,"url":"https://github.com/apache/gobblin","last_synced_at":"2025-04-29T18:25:09.896Z","repository":{"id":24008471,"uuid":"27392543","full_name":"apache/gobblin","owner":"apache","description":"A distributed data integration framework that simplifies common aspects of big data integration such as data ingestion, replication, organization and lifecycle management for both streaming and batch data ecosystems.","archived":false,"fork":false,"pushed_at":"2025-04-25T10:08:59.000Z","size":133542,"stargazers_count":2237,"open_issues_count":126,"forks_count":749,"subscribers_count":161,"default_branch":"master","last_synced_at":"2025-04-25T10:41:12.742Z","etag":null,"topics":["apache","data","ingestion","management","replication"],"latest_commit_sha":null,"homepage":"https://gobblin.apache.org/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-01T18:10:50.000Z","updated_at":"2025-04-25T10:09:04.000Z","dependencies_parsed_at":"2024-08-24T02:02:20.665Z","dependency_job_id":"80692cba-f67f-41a7-93cd-529fd4246db6","html_url":"https://github.com/apache/gobblin","commit_stats":{"total_commits":5012,"total_committers":217,"mean_commits":"23.096774193548388","dds":0.9173982442138867,"last_synced_commit":"4fa6c51094ea2b70ee8175d7cb00e076bbef3d0c"},"previous_names":["linkedin/gobblin","apache/incubator-gobblin"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgobblin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgobblin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgobblin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgobblin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/gobblin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251557811,"owners_count":21608717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","data","ingestion","management","replication"],"created_at":"2024-07-31T18:00:59.190Z","updated_at":"2025-04-29T18:25:09.867Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":["Java","Data Ingestion","大数据"],"sub_categories":[],"readme":"# Apache Gobblin \n[![Build Status](https://github.com/apache/gobblin/actions/workflows/build_and_test.yaml/badge.svg?branch=master)](https://travis-ci.org/apache/gobblin)\n[![Documentation Status](https://readthedocs.org/projects/gobblin/badge/?version=latest)](https://gobblin.readthedocs.org/en/latest/?badge=latest)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.gobblin/gobblin-api/badge.svg)](https://search.maven.org/search?q=g:org.apache.gobblin)\n[![Stack Overflow](http://img.shields.io/:stack%20overflow-gobblin-brightgreen.svg)](http://stackoverflow.com/questions/tagged/gobblin)\n[![Join us on Slack](https://img.shields.io/badge/slack-apache--gobblin-brightgreen.svg)]( https://join.slack.com/t/apache-gobblin/shared_invite/zt-vqgdztup-UUq8S6gGJqE6L5~9~JelNg)\n[![codecov.io](https://codecov.io/github/apache/gobblin/branch/master/graph/badge.svg)](https://codecov.io/github/apache/gobblin)\n\nApache Gobblin is a highly scalable data management solution for structured and byte-oriented data in heterogeneous data ecosystems. \n\n### Capabilities\n- 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).\n- Data Organization within the lake (e.g. compaction, partitioning, deduplication)\n- Lifecycle Management of data within the lake (e.g. data retention)\n- Compliance Management of data across the ecosystem (e.g. fine-grain data deletions)\n\n### Highlights\n- Battle tested at scale: Runs in production at petabyte-scale at companies like LinkedIn, PayPal, Verizon etc.\n- Feature rich: Supports task partitioning, state management for incremental processing, atomic data publishing, data quality checking, job scheduling, fault tolerance etc.\n- Supports stream and batch execution modes \n- Control Plane (Gobblin-as-a-service) supports programmatic triggering and orchestration of data plane operations. \n\n### Common Patterns used in production\n- Stream / Batch ingestion of Kafka to Data Lake (HDFS, S3, ADLS)\n- Bulk-loading serving stores from the Data Lake (e.g. HDFS -\u003e Couchbase)\n- Support for data sync across Federated Data Lake (HDFS \u003c-\u003e HDFS, HDFS \u003c-\u003e S3, S3 \u003c-\u003e ADLS)\n- Integrate external vendor API-s (e.g. Salesforce, Dynamics etc.) with data store (HDFS, Couchbase etc)\n- Enforcing Data retention policies and GDPR deletion on HDFS / ADLS\n\n\n### Apache Gobblin is NOT\n- A general purpose data transformation engine like Spark or Flink. Gobblin can delegate complex-data processing tasks to Spark, Hive etc. \n- A data storage system like Apache Kafka or HDFS. Gobblin integrates with these systems as sources or sinks. \n- A general-purpose workflow execution system like Airflow, Azkaban, Dagster, Luigi. \n\n\n# Requirements\n* Java \u003e= 1.8\n\nIf building the distribution with tests turned on:\n* Maven version 3.5.3 \n\n# Instructions to download gradle wrapper\nIf you are going to build Gobblin from the source distribution,\nrun the following command for downloading the gradle-wrapper.jar from Gobblin git repository to gradle/wrapper directory\n(replace GOBBLIN_VERSION in the URL with the version you downloaded).\n\n```\nwget --no-check-certificate -P gradle/wrapper https://github.com/apache/gobblin/raw/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar\n```\n(or)\n```\ncurl --insecure -L https://github.com/apache/gobblin/raw/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar \u003e gradle/wrapper/gradle-wrapper.jar\n```\n\nAlternatively, you can download it manually from:\n`https://github.com/apache/gobblin/blob/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar`\n\nMake sure that you download it to gradle/wrapper directory.\n\n# Instructions to run Apache RAT (Release Audit Tool)\n1. Extract the archive file to your local directory.\n2. Run `./gradlew rat`. Report will be generated under build/rat/rat-report.html\n\n# Instructions to build the distribution\n1. Extract the archive file to your local directory.\n2. Skip tests and build the distribution: \nRun `./gradlew build -x findbugsMain -x test -x rat -x checkstyleMain` \nThe distribution will be created in build/gobblin-distribution/distributions directory.\n(or)\n3. Run tests and build the distribution (requires Maven): \nRun `./gradlew build` \nThe distribution will be created in build/gobblin-distribution/distributions directory.\n\n# Quick Links\n\n  * [Gobblin documentation](https://gobblin.apache.org/docs/)\n    * [Running Gobblin on Docker from your laptop](https://github.com/apache/gobblin/blob/master/gobblin-docs/user-guide/Docker-Integration.md)\n    * [Getting started guide](https://gobblin.apache.org/docs/Getting-Started/)\n    * [Gobblin architecture](https://gobblin.apache.org/docs/Gobblin-Architecture/)\n  * Community Slack: [Get your invite](https://join.slack.com/t/apache-gobblin/shared_invite/zt-1bjgp38mq-ZLozP9rEic6Odvhxoqtbkg)\n  * [List of companies known to use Gobblin](https://gobblin.apache.org/docs/Powered-By/) \n  * [Sample project](https://github.com/apache/gobblin/tree/master/gobblin-example)\n  * [How to build Gobblin from source code](https://gobblin.apache.org/docs/user-guide/Building-Gobblin/)\n  * [Issue tracker - Apache Jira](https://issues.apache.org/jira/projects/GOBBLIN/issues/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fgobblin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fgobblin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fgobblin/lists"}