This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git
commit c7246205c3e83b2fcef81f917b3ec833c144c13c Author: Xiang Fu <[email protected]> AuthorDate: Sun Jul 25 01:29:53 2021 -0700 Change build status badge to use github-action (#7201) --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6584e3e..f1b329d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ <img src="https://imgur.com/GNevDZ0.png" align="center" alt="Apache Pinot"/> --------------------------------------- - -[](https://travis-ci.org/apache/incubator-pinot) -[](https://pinot.apache.org/download/) -[](https://codecov.io/github/apache/incubator-pinot) +[](https://github.com/apache/pinot/actions/workflows/pinot_tests.yml) +[](https://pinot.apache.org/download/) +[](https://codecov.io/github/apache/pinot) [](https://communityinviter.com/apps/apache-pinot/apache-pinot) [](https://twitter.com/intent/follow?screen_name=apachepinot) [](LICENSE) @@ -44,7 +43,7 @@ # What is Apache Pinot? -[Apache Pinot](https://pinot.apache.org) (incubating) is a real-time distributed OLAP datastore, built to deliver scalable real-time analytics with low latency. It can ingest from batch data sources (such as Hadoop HDFS, Amazon S3, Azure ADLS, Google Cloud Storage) as well as stream data sources (such as Apache Kafka). +[Apache Pinot](https://pinot.apache.org) is a real-time distributed OLAP datastore, built to deliver scalable real-time analytics with low latency. It can ingest from batch data sources (such as Hadoop HDFS, Amazon S3, Azure ADLS, Google Cloud Storage) as well as stream data sources (such as Apache Kafka). Pinot was built by engineers at LinkedIn and Uber and is designed to scale up and out with no upper bound. Performance always remains constant based on the size of your cluster and an expected query per second (QPS) threshold. @@ -94,8 +93,8 @@ Pinot is not a replacement for database i.e it cannot be used as source of truth More detailed instructions can be found at [Quick Demo](https://docs.pinot.apache.org/getting-started) section in the documentation. ``` # Clone a repo -$ git clone https://github.com/apache/incubator-pinot.git -$ cd incubator-pinot +$ git clone https://github.com/apache/pinot.git +$ cd pinot # Build Pinot $ mvn clean install -DskipTests -Pbin-dist --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
