This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git.
from b24070b Merge pull request #45 from apache/meta-tags
new 3a8cf3d Convert WhoUses to draft and Add Popular blogs
new ff73ece Adding LinkedIn blogs
new c5d2a2e Docs - How to include new blogs in site
new 762d3b0 Merge pull request #46 from ChethanUK/f/blogs
The 110 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
website/README.md | 11 +
website/blog/2017-09-17-Restaurant-Manager.md | 22 ++
website/blog/2020-01-15-Pinot-Presto-SQL.md | 26 ++
website/blog/2020-10-20-Uber-Operating.md | 23 ++
website/blog/2020-12-01-LinkedIn-AutoTune.md | 22 ++
website/blog/2020-12-01-LinkedIn-BatchRealtime.md | 23 ++
website/blog/2020-12-01-LinkedIn-IntroThirdEye.md | 23 ++
website/blog/2020-12-01-LinkedIn-Lamda.md | 21 ++
website/blog/2020-12-01-LinkedIn-SmartAlerts.md | 22 ++
website/blog/2020-12-01-LinkedIn-StarTree.md | 23 ++
website/blog/2020-12-01-LinkedIn-TalentInsight.md | 22 ++
website/blog/2020-12-01-LinkedIn-Theta.md | 22 ++
website/blog/2020-12-01-LinkedIn-Thirdeye.md | 23 ++
website/blog/2021-04-29-Uber-Charon.md | 23 ++
website/docs/about.md | 1 +
website/docs/about/features_of_pinot.md | 7 +-
website/docs/about/what_is_pinot.md | 3 +-
website/docs/about/who_use_pinot.md | 3 +-
website/docs/administration.md | 1 +
.../docs/administration/guides/troubleshooting.md | 1 +
.../docs/administration/installation/cloud/aws.md | 3 +-
.../administration/installation/cloud/azure.md | 1 +
.../docs/administration/installation/cloud/gcp.md | 1 +
.../installation/cloud/on-premise.md | 7 +-
.../docs/administration/installation/containers.md | 1 +
.../installation/containers/docker.md | 6 +-
.../installation/operating-systems/macos.md | 1 +
.../installation/operating-systems/ubuntu.md | 1 +
website/docs/administration/running_locally.md | 5 +-
website/docs/components.md | 3 +-
website/docs/components/broker.md | 3 +-
website/docs/components/cluster.md | 5 +-
website/docs/components/controller.md | 3 +-
website/docs/components/minion.md | 0
website/docs/components/schema.md | 0
website/docs/components/segments.md | 0
website/docs/components/server.md | 0
website/docs/components/tables.md | 0
website/docs/components/tenants.md | 0
website/docs/concepts.md | 1 +
website/docs/concepts/pinot-architecture.md | 7 +-
website/docs/how-to.md | 1 +
website/docs/misc.md | 1 +
website/docs/misc/build-docker.md | 3 +-
website/docs/user-guide.md | 1 +
website/docs/user-guide/clients/golang.md | 1 +
website/docs/user-guide/clients/java.md | 3 +-
website/docs/user-guide/pql.md | 5 +-
website/docs/user-guide/query-pinot.md | 3 +-
website/docs/user-guide/response-format.md | 171 +++++-----
website/docs/user-guide/rest-admin-interface.md | 3 +-
website/package.json | 15 +-
website/sidebars.js | 9 +-
website/src/pages/index.css | 64 ++++
website/src/pages/index.js | 52 ++-
website/src/pages/popular-blogs.js | 372 +++++++++++++++++++++
56 files changed, 936 insertions(+), 138 deletions(-)
create mode 100644 website/blog/2017-09-17-Restaurant-Manager.md
create mode 100644 website/blog/2020-01-15-Pinot-Presto-SQL.md
create mode 100644 website/blog/2020-10-20-Uber-Operating.md
create mode 100644 website/blog/2020-12-01-LinkedIn-AutoTune.md
create mode 100644 website/blog/2020-12-01-LinkedIn-BatchRealtime.md
create mode 100644 website/blog/2020-12-01-LinkedIn-IntroThirdEye.md
create mode 100644 website/blog/2020-12-01-LinkedIn-Lamda.md
create mode 100644 website/blog/2020-12-01-LinkedIn-SmartAlerts.md
create mode 100644 website/blog/2020-12-01-LinkedIn-StarTree.md
create mode 100644 website/blog/2020-12-01-LinkedIn-TalentInsight.md
create mode 100644 website/blog/2020-12-01-LinkedIn-Theta.md
create mode 100644 website/blog/2020-12-01-LinkedIn-Thirdeye.md
create mode 100644 website/blog/2021-04-29-Uber-Charon.md
delete mode 100644 website/docs/components/minion.md
delete mode 100644 website/docs/components/schema.md
delete mode 100644 website/docs/components/segments.md
delete mode 100644 website/docs/components/server.md
delete mode 100644 website/docs/components/tables.md
delete mode 100644 website/docs/components/tenants.md
create mode 100644 website/src/pages/popular-blogs.js
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]