You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/01 15:30:00 UTC

[GitHub] [beam] bullet03 opened a new pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

bullet03 opened a new pull request #16976:
URL: https://github.com/apache/beam/pull/16976


   [BEAM-14010]
   - Add a button Try Beam to open the Beam Playground page 
   - Add Playground section to index.html and baseof.html
   
   ------------------------
   
   Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] [**Choose reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and mention them in a comment (`R: @username`).
    - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
    - [ ] Update `CHANGES.md` with noteworthy changes.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more tips on [how to make review process smoother](https://beam.apache.org/contribute/#make-reviewers-job-easier).
   
   To check the build health, please visit [https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md)
   
   GitHub Actions Tests Status (on master branch)
   ------------------------------------------------------------------------------------------------
   [![Build python source distribution and wheels](https://github.com/apache/beam/workflows/Build%20python%20source%20distribution%20and%20wheels/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule)
   [![Python tests](https://github.com/apache/beam/workflows/Python%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Java tests](https://github.com/apache/beam/workflows/Java%20Tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
   
   See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more information about GitHub Actions CI.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] AydarZaynutdinov commented on a change in pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
AydarZaynutdinov commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r817013738



##########
File path: website/www/site/i18n/home/en.yaml
##########
@@ -22,6 +22,8 @@
   translation: "Python Quickstart"
 - id: home-go-quickstart
   translation: "Go Quickstart"
+- id: home-playground
+  translation: "Try Beam"

Review comment:
       ```suggestion
     translation: "Try Playground"
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] pabloem commented on a change in pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
pabloem commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r819019657



##########
File path: website/www/site/layouts/index.html
##########
@@ -60,6 +60,24 @@ <h2 class="pillars-title">
   </div>
 {{ end }}
 
+{{ define "playground-section" }}
+<div class="body__contained body__section-nav">
+  <h1>Try Beam Playground</h1>
+  <p>Beam Playground is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
+    You can try an Apache Beam examples at <a href="https://frontend-beta-dot-apache-beam-testing.appspot.com/">Beam Playground (Beta)</a>.

Review comment:
       ```suggestion
       You can try an Apache Beam examples at <a href="http://play.beam.apache.org/">Beam Playground (Beta)</a>.
   ```
   
   Let's use the proper  url right?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] AydarZaynutdinov commented on a change in pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
AydarZaynutdinov commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r818349855



##########
File path: website/www/site/layouts/index.html
##########
@@ -60,6 +60,24 @@ <h2 class="pillars-title">
   </div>
 {{ end }}
 
+{{ define "playground-section" }}
+<div class="body__contained body__section-nav">
+  <h1>Try Beam Playground</h1>

Review comment:
       Can we move it to the central part of the page? Like it works with another section.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] pabloem commented on a change in pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
pabloem commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r819019837



##########
File path: website/www/site/layouts/index.html
##########
@@ -60,6 +60,24 @@ <h2 class="pillars-title">
   </div>
 {{ end }}
 
+{{ define "playground-section" }}
+<div class="body__contained body__section-nav">
+  <h1>Try Beam Playground</h1>
+  <p>Beam Playground is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
+    You can try an Apache Beam examples at <a href="https://frontend-beta-dot-apache-beam-testing.appspot.com/">Beam Playground (Beta)</a>.
+  </p>
+  <br>
+  <br>
+  <iframe
+          src="https://frontend-beta-dot-apache-beam-testing.appspot.com/embedded?enabled=true&example=SDK_JAVA/PRECOMPILED_OBJECT_TYPE_EXAMPLE/MinimalWordCount&code="

Review comment:
       can we also use the play.beam.apache.org URL?

##########
File path: website/www/site/layouts/index.html
##########
@@ -232,5 +250,8 @@ <h2 class="calendar-title">
     <div class='ctas_row'>
       <a class="ctas_button" href={{ "/get-started/quickstart-go/" | relLangURL }}>{{ T "home-go-quickstart" }}</a>
     </div>
+    <div class='ctas_row'>
+      <a class="ctas_button" href={{ "https://frontend-beta-dot-apache-beam-testing.appspot.com/" | relLangURL }}>{{ T "home-playground" }}</a>

Review comment:
       same?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] AydarZaynutdinov commented on pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
AydarZaynutdinov commented on pull request #16976:
URL: https://github.com/apache/beam/pull/16976#issuecomment-1056200327


   R: @pabloem 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] bullet03 commented on a change in pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
bullet03 commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r819512644



##########
File path: website/www/site/layouts/index.html
##########
@@ -60,6 +60,24 @@ <h2 class="pillars-title">
   </div>
 {{ end }}
 
+{{ define "playground-section" }}
+<div class="body__contained body__section-nav">
+  <h1>Try Beam Playground</h1>
+  <p>Beam Playground is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
+    You can try an Apache Beam examples at <a href="https://frontend-beta-dot-apache-beam-testing.appspot.com/">Beam Playground (Beta)</a>.

Review comment:
       changed

##########
File path: website/www/site/layouts/index.html
##########
@@ -60,6 +60,24 @@ <h2 class="pillars-title">
   </div>
 {{ end }}
 
+{{ define "playground-section" }}
+<div class="body__contained body__section-nav">
+  <h1>Try Beam Playground</h1>
+  <p>Beam Playground is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
+    You can try an Apache Beam examples at <a href="https://frontend-beta-dot-apache-beam-testing.appspot.com/">Beam Playground (Beta)</a>.
+  </p>
+  <br>
+  <br>
+  <iframe
+          src="https://frontend-beta-dot-apache-beam-testing.appspot.com/embedded?enabled=true&example=SDK_JAVA/PRECOMPILED_OBJECT_TYPE_EXAMPLE/MinimalWordCount&code="

Review comment:
       changed

##########
File path: website/www/site/layouts/index.html
##########
@@ -232,5 +250,8 @@ <h2 class="calendar-title">
     <div class='ctas_row'>
       <a class="ctas_button" href={{ "/get-started/quickstart-go/" | relLangURL }}>{{ T "home-go-quickstart" }}</a>
     </div>
+    <div class='ctas_row'>
+      <a class="ctas_button" href={{ "https://frontend-beta-dot-apache-beam-testing.appspot.com/" | relLangURL }}>{{ T "home-playground" }}</a>

Review comment:
       changed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] pabloem merged pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
pabloem merged pull request #16976:
URL: https://github.com/apache/beam/pull/16976


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] bullet03 commented on pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
bullet03 commented on pull request #16976:
URL: https://github.com/apache/beam/pull/16976#issuecomment-1055566346


   R: @AydarZaynutdinov 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [beam] bullet03 commented on a change in pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

Posted by GitBox <gi...@apache.org>.
bullet03 commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r818665297



##########
File path: website/www/site/layouts/index.html
##########
@@ -60,6 +60,24 @@ <h2 class="pillars-title">
   </div>
 {{ end }}
 
+{{ define "playground-section" }}
+<div class="body__contained body__section-nav">
+  <h1>Try Beam Playground</h1>

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org