2017-10-11から1日間の記事一覧

【技術記事】Apache Beam with Google Cloud Dataflow(over 2.0.x系)入門~Combine~

Apache Beam with Google Cloud Dataflow(over 2.0.x系)入門~Combine~ Apache Beamの5つのCore Transformの内の1つ、Combineの基本的な使い方について記す。 他のCore TransformやそもそものApache Beam 2.0.xの基本的な話は以下に記述している。 IntelliJと…

【技術記事】Apache Beam with Google Cloud Dataflow(over 2.0.x系)入門~基本的なGroupByKey編~

Apache Beam with Google Cloud Dataflow(over 2.0.x系)入門~基本的なGroupByKey編~ Apache Beamの5つのCore Transformの内の1つ、GroupByKeyの基本的な使い方について記す。 CoGroupByKeyなどについては別の機会に書けたらなと思う。 Apache Beam や Cloud …

【技術記事】Circle CI 2.0の基礎的な設定まとめてみた(GAE/Goのサンプル付き)

Circle CI 2.0の基礎的な設定まとめてみた(GAE/Goのサンプル付き) 今回の記事について Circle CI2.0用の設定の基礎的な部分のメモ。 今回の記事は、単純な設定をCircle CI 2.0 で行うことを目的としているため、基礎的な設定のみを行い、Workflow等の設定は…