This is an automated email from the ASF dual-hosted git repository. lesun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git
The following commit(s) were added to refs/heads/master by this push: new 7dc04e1 [GOBBLIN-1053] Update Readme with new badges and links 7dc04e1 is described below commit 7dc04e17ab2fdcbb42fedc625d6a25010f7dcbf5 Author: Alex Prokofiev <aprokof...@linkedin.com> AuthorDate: Thu Feb 27 17:43:37 2020 -0800 [GOBBLIN-1053] Update Readme with new badges and links Added a badge for Maven, StackOverflow and Gitter. Shortened and updated the links. Closes #2893 from aplex/readme-improvements --- README.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5fb5860..dfb6c0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# Apache Gobblin [](https://travis-ci.org/apache/incubator-gobblin) [](http://gobblin.readthedocs.org/en/latest/?badge=latest) [](https://codecov.io/github/apache/incubator-gobblin) +# Apache Gobblin +[](https://travis-ci.org/apache/incubator-gobblin) +[](https://gobblin.readthedocs.org/en/latest/?badge=latest) +[](https://search.maven.org/search?q=g:org.apache.gobblin) +[](http://stackoverflow.com/questions/tagged/gobblin) +[](https://gitter.im/gobblin/Lobby/) +[](https://codecov.io/github/apache/incubator-gobblin) -Apache Gobblin is a universal data ingestion framework for extracting, transforming, and loading large volume of data from a variety of data sources, e.g., databases, rest APIs, FTP/SFTP servers, filers, etc., onto Hadoop. Apache Gobblin handles the common routine tasks required for all data ingestion ETLs, including job/task scheduling, task partitioning, error handling, state management, data quality checking, data publishing, etc. Gobblin ingests data from different data sources in th [...] +Apache Gobblin is a universal data ingestion framework for extracting, transforming, and loading large volume of data from a variety of data sources: databases, rest APIs, FTP/SFTP servers, filers, etc., onto Hadoop. + +Apache Gobblin handles the common routine tasks required for all data ingestion ETLs, including job/task scheduling, task partitioning, error handling, state management, data quality checking, data publishing, etc. + +Gobblin ingests data from different data sources in the same execution framework, and manages metadata of different sources all in one place. This, combined with other features such as auto scalability, fault tolerance, data quality assurance, extensibility, and the ability of handling data model evolution, makes Gobblin an easy-to-use, self-serving, and efficient data ingestion framework. # Requirements * Java >= 1.8 @@ -39,11 +49,11 @@ The distribution will be created in build/gobblin-distribution/distributions dir # Quick Links - * Documentation: Check out the [Gobblin documentation](http://gobblin.readthedocs.org/en/latest/) for a complete description of Gobblin's features - * Powered By: Check out the [list of companies](http://gobblin.readthedocs.io/en/latest/Powered-By/) known to use Gobblin - * Architecture: The [Gobblin Architecture](http://gobblin.readthedocs.io/en/latest/Gobblin-Architecture/) page has a full explanation of Gobblin's architecture - * Getting Started with Gobblin: Refer to the [Getting Started Guide](http://gobblin.readthedocs.org/en/latest/Getting-Started/) on how to get started with Gobblin - * Building Gobblin (from master branch): Refer to the page [Building Gobblin](http://gobblin.readthedocs.io/en/latest/user-guide/Building-Gobblin/) for directions on how to build Gobblin - * Javadocs: The full JavaDocs for each released version of Gobblin can be found [here](http://linkedin.github.io/gobblin/javadoc/latest/) - * Gobblin chat room: Gitter chat room for Gobblin developers and users [here](https://gitter.im/gobblin/Lobby/) - * Gobblin Issue Tracker can be found [here](https://issues.apache.org/jira/projects/GOBBLIN/issues/) + * [Gobblin documentation](http://gobblin.readthedocs.org/en/latest/) + * [Getting started guide](http://gobblin.readthedocs.org/en/latest/Getting-Started/) + * [Gobblin architecture](http://gobblin.readthedocs.io/en/latest/Gobblin-Architecture/) + * [List of companies known to use Gobblin](http://gobblin.readthedocs.io/en/latest/Powered-By/) + * [Sample project](https://github.com/apache/incubator-gobblin/tree/master/gobblin-example) + * [How to build Gobblin from source code](http://gobblin.readthedocs.io/en/latest/user-guide/Building-Gobblin/) + * [Chat room for users and developers](https://gitter.im/gobblin/Lobby/) + * [Issue tracker - Apache Jira](https://issues.apache.org/jira/projects/GOBBLIN/issues/)