[
https://issues.apache.org/jira/browse/BEAM-14370?focusedWorklogId=763580&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-763580
]
ASF GitHub Bot logged work on BEAM-14370:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Apr/22 15:11
Start Date: 28/Apr/22 15:11
Worklog Time Spent: 10m
Work Description: bullet03 commented on code in PR #17490:
URL: https://github.com/apache/beam/pull/17490#discussion_r861011328
##########
website/www/site/layouts/about/baseof.html:
##########
@@ -0,0 +1,33 @@
+{{/*
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License. See accompanying LICENSE file.
+*/}}
+
+<!DOCTYPE html>
+<html lang="{{ .Site.Language.Lang }}" class="no-js">
+<head>
+ {{ partial "head.html" . }}
+</head>
+<body class="body" data-spy="scroll" data-target=".page-nav" data-offset="0">
+{{ partial "header.html" . }}
+<div class="clearfix container-main-content">
+ <nav class="page-nav clearfix" data-offset-top="90" data-offset-bottom="500">
Review Comment:
done
##########
website/www/site/content/en/about/_index.md:
##########
@@ -0,0 +1,71 @@
+---
+title: "About"
+---
+
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+# About
+
+## Why Apache Beam?
+
+Apache Beam is an open-source, unified programming model for batch and
streaming data processing pipelines that simplifies large-scale data processing
dynamics. Thousands of organizations around the world choose Apache Beam due to
its unique data processing features, proven scale, and powerful yet extensible
capabilities.
+
+<div style="display: flex; justify-content: center">
+ <img src="/images/batch_stream_processing.png" alt="Batch and Stream
Processing">
+</div><br /><br />
+
+Apache Beam is the future of data processing because it provides:<br /><br />
+
+- <u>Powerful Abstraction</u>
+
+The Apache Beam model offers powerful abstractions that insulate you from
low-level details of distributed data processing, such as coordinating
individual workers, reading from sources and writing to sinks, etc. The
pipeline abstraction encapsulates all the data and steps in your data
processing task. You can think of your data processing tasks in terms of these
abstractions. The higher level abstractions neatly separate data from runtime
characteristics and simplify the mechanics of large-scale distributed data
processing. You focus on creating value for customers and business while the
Dataflow model handles the rest.<br /><br />
+
+- <u>Unified Batch and Streaming Programming Model</u>
+
+Apache Beam provides flexibility to express the business logic just once and
execute it for both batch and streaming data pipelines, on-premises via OSS
runners or in the cloud via managed services such as Google Cloud Dataflow or
AWS Kinesis Data Analytics. Apache Beam unifies multiple data processing
engines and SDKs around its distinctive Beam model. This offers a way to easily
create a large-scale common data infrastructure across different applications
that consume the data.<br /><br />
Review Comment:
done
Issue Time Tracking
-------------------
Worklog Id: (was: 763580)
Time Spent: 1h 20m (was: 1h 10m)
> [Website] Add About Apache Beam Page
> ------------------------------------
>
> Key: BEAM-14370
> URL: https://issues.apache.org/jira/browse/BEAM-14370
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Daria Bezkorovaina
> Assignee: Bulat Safiullin
> Priority: P3
> Labels: website
> Attachments: image-2022-04-27-03-26-04-786.png,
> image-2022-04-27-03-28-48-718.png
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 1) Add new top-level navigation menu item: About
> !image-2022-04-27-03-28-48-718.png!
> 2) Add a placeholder page under "About":
> Navigation menu on the right (clicking on menu items scrolls up/down):
> ABOUT
> Why Apache Beam?
> About Apache Beam Project
>
> Page Copy (TDD) here:
> [https://docs.google.com/document/d/1MC2Mxch9QbtUkiiCMOgivAGll6hBHsIBxy4_QLcPcFk/edit#heading=h.lnrbwchpbpk3]
>
> Figma mockup:
> [https://www.figma.com/file/gzeYx965q4DwV6ugDzp0iG/Apache-Beam-Playground?node-id=1874%3A8506]
>
> Graph:
> [https://www.figma.com/file/gzeYx965q4DwV6ugDzp0iG/Apache-Beam-Playground?node-id=1650%3A6559]
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)