You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/07/22 09:20:06 UTC

[incubator-inlong] branch master updated: [INLONG-783] Fix typo in README file (#578)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 0aa05c1  [INLONG-783] Fix typo in README file (#578)
0aa05c1 is described below

commit 0aa05c11344150e75c40844988f7f30fcf6b27dc
Author: Cong Ding <ma...@icloud.com>
AuthorDate: Thu Jul 22 17:19:56 2021 +0800

    [INLONG-783] Fix typo in README file (#578)
    
    [INLONG-783] Fix typo in README file (#578)
---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index d5dd76e..31fa065 100644
--- a/README.md
+++ b/README.md
@@ -31,16 +31,17 @@
 - [What is Apache InLong?](#what-is-apache-inlong)
 - [Features](#features)
 - [When should I use InLong?](#when-should-i-use-inlong)
-- [Building InLong](#building-inlong)
-- [Deploying InLong](#deploying-inlong)
-- [Join the Community](#join-the-community)
+- [Build InLong](#build-inlong)
+- [Deploy InLong](#deploy-inlong)
+- [Contribute to InLong](#contribute-to-inlong)
+- [Contact Us](#contact-us)
 - [Documentation](#documentation)
 - [License](#license)
 
 # What is Apache InLong?
 [Apache InLong](https://inlong.apache.org)(incubating) is a one-stop data streaming platform that provides automatic, secure, distributed, and efficient data publishing and subscription capabilities. This platform helps you easily build stream-based data applications.
 
-InLong was originally built at Tencent, has served online businesses for more than 8 years, to support massive data (data scale of more than 40 trillion pieces of data per day) reporting services in big data scenarios. The entire platform has integrated 5 modules:  Ingestion, Convergence, Caching, Sorting, and Management, so that the business only needs to provide data sources, data service quality, data landing clusters and data landing formats, that is, the data can be continuously pus [...]
+InLong was originally built at Tencent, which has served online businesses for more than 8 years, to support massive data (data scale of more than 40 trillion pieces of data per day) reporting services in big data scenarios. The entire platform has integrated 5 modules:  Ingestion, Convergence, Caching, Sorting, and Management, so that the business only needs to provide data sources, data service quality, data landing clusters and data landing formats, that is, the data can be continuous [...]
 
 For getting more information, please visit our project documentation at https://inlong.apache.org/en-us/ .
 <img src="https://github.com/apache/incubator-inlong-website/blob/master/img/inlong_architecture.png" align="center" alt="Apache InLong"/>
@@ -79,9 +80,9 @@ $ docker run -v `pwd`:/inlong  -w /inlong maven:3.6-openjdk-8 mvn clean install
 after compile successfully, you could find distribution file at `inlong-distribution/target`.
 
 ## Deploy InLong
-InLong integrates a complete component chain for data reporting in big data scenarios, and not support automatic installation of modules now, so we need to choose manually  to install all or some modules according to actual needs. Please refer to [Quick Start](https://inlong.apache.org/en-us/docs/quick_start.html) in our project documentation.
+InLong integrates a complete component chain for data reporting in big data scenarios, and does not support automatic installation of modules now, so we need to choose manually to install all or some modules according to actual needs. Please refer to [Quick Start](https://inlong.apache.org/en-us/docs/quick_start.html) in our project documentation.
 
-## Contribute InLong
+## Contribute to InLong
 - Report any issue on [Jira](https://issues.apache.org/jira/browse/InLong)
 - Code pull request according to [How to contribute](https://inlong.apache.org/en-us/docs/development/how-to-contribute.html).