Skip to content

Commit

Permalink
Merge pull request apache#23958: [Website] update share button and AD…
Browse files Browse the repository at this point in the history
…D_CASE_STUDY.md
  • Loading branch information
apilloud authored Nov 23, 2022
2 parents 0c6d147 + f8c57d6 commit d93ece1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions website/ADD_CASE_STUDY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
6. Add case study quote card for the [Apache Beam](https://beam.apache.org/) website homepage `Case Studies Powered by Apache Beam` section. See [Add case study card to the Apache Beam website homepage](#Add-case-study-card-to-the-Apache-Beam-website-homepage)
7. Create pull request to the apache beam repository with your changes

If you have any questions about adding a case study, please send an email to [email protected] with subject: [Beam Website] Add New Case Study.

## Case study md file recommendations

Expand Down
5 changes: 5 additions & 0 deletions website/www/site/content/en/case-studies/intuit.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ Apache Beam and its abstraction of the execution engines allowed Intuit to seaml

With Apache Beam, Intuit accelerated the development and launch of production-grade streaming data pipelines 3x, from 3 months to just 1 month. The time to design pipelines for preproduction shrank to just 10 days. Migration from batch jobs to Apache Beam streaming pipelines resulted in a 5x memory and compute cost optimization. Intuit continues developing Apache Beam streaming pipelines for new use cases, 150 more pipelines are in preproduction and coming to production soon.

## Learn More

<iframe class="video video--medium-size" width="560" height="315" src="https://www.youtube.com/embed/H4s7rAlk68w" frameborder="0" allowfullscreen></iframe>
<br><br>

{{< case_study_feedback "Intuit" >}}

</div>
Expand Down
5 changes: 5 additions & 0 deletions website/www/site/content/en/case-studies/ricardo.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ to value.
Apache Beam has been a technology that multiplied possibilities, allowing Ricardo to maximize technology benefits at all
stages of their modernization and cloud journey.

## Learn More

<iframe class="video video--medium-size" width="560" height="315" src="https://www.youtube.com/embed/v-MclVrGJcQ" frameborder="0" allowfullscreen></iframe>
<br><br>

{{< case_study_feedback Ricardo >}}

</div>
Expand Down
2 changes: 1 addition & 1 deletion website/www/site/layouts/case-studies/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class="case-study-card-title">{{ .Params.cardTitle }}</h3>
{{ end }}
</div>
<div class="case-study-row-button-container">
<a href="mailto:dev@beam.apache.org?subject=Beam Website Add New Case Study" class="case-study-primary-button">
<a href="https://github.com/apache/beam/blob/master/website/ADD_CASE_STUDY.md" class="case-study-primary-button" target="_blank" rel="noopener noreferrer">
Share your story
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/www/site/layouts/partials/quotes/quote.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h5 class="quote-text">{{ .text | markdownify }}</h5>
</a>
</div>
<div class="case-study-row-button-container">
<a href="mailto:dev@beam.apache.org?subject=Beam Website Add New Case Study" class="case-study-primary-button">
<a href="https://github.com/apache/beam/blob/master/website/ADD_CASE_STUDY.md" class="case-study-primary-button" target="_blank" rel="noopener noreferrer">
Share your story
</a>
</div>
Expand Down

0 comments on commit d93ece1

Please sign in to comment.