layout: default title: “Beam Blog” permalink: /blog/

Apache Beam Blog

This is the blog for the Apache Beam project. This blog contains news and updates for the project.

{% for post in site.posts %} {% assign authors = post.authors %}

{{ post.title }}

{{ post.date | date: “%b %-d, %Y” }}{% if authors %} • {% assign count = authors | size %}{% for name in authors %}{% if forloop.first == false and count > 2 %},{% endif %}{% if forloop.last and count > 1 %} &{% endif %}{% assign author = site.data.authors[name] %} {{ author.name }} {% if author.twitter %}[@{{ author.twitter }}]{% endif %}{% endfor %} {% endif %}

{{ post.excerpt }}

{% capture content_words %} {{ post.content | number_of_words }} {% endcapture %} {% capture excerpt_words %} {{ post.excerpt | number_of_words }} {% endcapture %} {% if excerpt_words != content_words %}