Skip to content

Commit 40aa6a5

Browse files
committed
Clean up website docs for Samza 1.0 release
- Fix titles for blog posts - Fix a rendering issue with hyperlinks on the front-page - Add links from homepage sections to relevant documentation pages Author: Jagadish <jvenkatraman@linkedin.com> Reviewers: Jagadish<jagadish@apache.org> Closes apache#749 from vjagadish1989/website-reorg21
1 parent 880d2f0 commit 40aa6a5

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

docs/_blog/2018-07-19-stream_processing-meetup-summary.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: blog
3-
title: Recap of Stream Processing with Apache Kafka & Apache Samza (July '18)
3+
title: Our July 2018 meetup - A Report
44
icon: analytics
55
authors:
66
- name:
@@ -25,18 +25,14 @@ excerpt_separator: <!--more-->
2525
limitations under the License.
2626
-->
2727

28-
A look back at July edition of quarterly stream processing meetup
28+
On July 19, 2018, we hosted a community meetup at LinkedIn focussing on Apache Kafka, Apache Samza, and related streaming technologies.
29+
The event featured technical deep dives by engineers from LinkedIn and Uber on the latest in the stream processing space...
2930

3031
<!--more-->
3132

32-
33-
On July 19th another successful stream processing meetup was hosted by LinkedIn!
34-
This event focused on Apache Kafka, Apache Samza, and related streaming technologies.
35-
This meetup was a full house and had techincal deep dives by engineers from LinkedIn and Uber on the latest
36-
and greatest in streaming tech
37-
38-
<br>
39-
33+
July 2018 - On July 19, 2018, we hosted a community meetup at LinkedIn focussing on Apache Kafka, Apache Samza, and related streaming technologies.
34+
The event featured technical deep dives by engineers from LinkedIn and Uber on the latest in the stream processing space. Here is a brief summary
35+
of the talks that were presented.
4036

4137
### [Beam me up Samza: How we built a Samza Runner for Apache Beam](https://youtu.be/o5GaifLoZho)
4238

docs/_blog/2018-09-26-stangeloop-recap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: blog
3-
title: Recap of Chasing Stream Processing Utopia
3+
title: On chasing the Stream Processing Utopia
44
icon: analytics
55
authors:
66
- name:
77
website:
88
image:
99
excerpt_separator: <!--more-->
10+
exclude_from_loop: true
1011
---
1112
<!--
1213
Licensed to the Apache Software Foundation (ASF) under one or more

docs/_case-studies/optimizely.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: case-study
33
hide_title: true # so we have control in case-study layout, but can still use page
4-
title: Real Time Session Aggregation
4+
title: On using Samza at Optimizely to compute analytics over session windows.
55
study_domain: optimizely.com
66
priority: 2
77
menu_title: Optimizely
@@ -25,7 +25,7 @@ excerpt_separator: <!--more-->
2525
limitations under the License.
2626
-->
2727

28-
Real Time Session Aggregation
28+
On using Samza at Optimizely to compute analytics over session windows
2929

3030
<!--more-->
3131

docs/_layouts/default.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h3>Latest from our blog</h3>
132132
High performance
133133
</div>
134134
<div class="section__item-features">
135-
<div class="section__item-feature">Samza provides extremely low latencies and high throughput to analyze your data instantly</div>
135+
<div class="section__item-feature">Samza provides extremely low latencies and <a href="https://engineering.linkedin.com/performance/benchmarking-apache-samza-12-million-messages-second-single-node">high throughput</a> to analyze your data instantly</div>
136136
</div>
137137
</div>
138138

@@ -143,7 +143,7 @@ <h3>Latest from our blog</h3>
143143
Horizontally scalable
144144
</div>
145145
<div class="section__item-features">
146-
<div class="section__item-feature">Scales to several terabytes of state with features like incremental checkpoints and host-affinity</div>
146+
<div class="section__item-feature">Scales to several terabytes of state with features like incremental checkpoints and <a href="/learn/documentation/latest/architecture/architecture-overview.html#host-affinity">host-affinity</a></div>
147147
</div>
148148
</div>
149149

@@ -153,7 +153,7 @@ <h3>Latest from our blog</h3>
153153
Easy to Operate
154154
</div>
155155
<div class="section__item-features">
156-
<div class="section__item-feature">Samza is easy to operate with flexible deployment options - YARN, Kubernetes or standalone</div>
156+
<div class="section__item-feature">Samza is easy to operate with <a href="/learn/documentation/latest/deployment/deployment-model.html">flexible</a> deployment options - YARN, Kubernetes or standalone</div>
157157
</div>
158158
</div>
159159

@@ -163,7 +163,7 @@ <h3>Latest from our blog</h3>
163163
Powerful APIs
164164
</div>
165165
<div class="section__item-features">
166-
<div class="section__item-feature">Rich APIs to build your applications: Choose from low-level, Streams DSL, Samza SQL and Apache BEAM APIs</div>
166+
<div class="section__item-feature">Rich APIs to build your applications: Choose from <a href="/learn/documentation/latest/api/low-level-api.html">low-level </a>, <a href="/learn/documentation/latest/api/high-level-api.html">Streams DSL </a>, <a href="/learn/documentation/latest/api/samza-sql.html">Samza SQL</a> and Apache BEAM APIs</div>
167167
</div>
168168
</div>
169169

@@ -183,7 +183,7 @@ <h3>Latest from our blog</h3>
183183
Pluggable architecture
184184
</div>
185185
<div class="section__item-features">
186-
<div class="section__item-feature">Integrates with several sources including Kafka, HDFS, AWS Kinesis, Azure Eventhubs, K-V stores and ElasticSearch</div>
186+
<div class="section__item-feature">Integrates with several sources including <a href="/learn/documentation/latest/connectors/kafka.html">Kafka</a>, <a href="/learn/documentation/latest/connectors/hdfs.html">HDFS</a>, <a href="/learn/documentation/latest/connectors/kinesis.html">AWS Kinesis</a>, <a href="/learn/documentation/latest/connectors/eventhubs.html">Azure Eventhubs</a>, K-V stores and ElasticSearch</div>
187187
</div>
188188
</div>
189189

docs/css/main.new.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ a.side-navigation__group-title::after {
8686
transition: transform 250ms ease-in-out;
8787
}
8888

89+
.section__items a::after {
90+
border-bottom: none;
91+
}
92+
8993
.content a:hover::after,
9094
.section a:hover::after,
9195
.content a.active::after,

0 commit comments

Comments
 (0)