タグ

flowに関するu_engineのブックマーク (2)

  • Elixir並列処理「Flow」の2段ステージ構造を理解する - Qiita

    (この記事は、「Elixir or Phoenix Advent Calendar 2017」の15日目です) 昨日は @tuchiro さんのElixirでSI開発入門 #3 主キーが"id "じゃない既存DBへの接続でした。 日はElixirのGenStageに入門する#2 バックプレッシャーを理解するの続きです。 お知らせ 「fukuoka.ex#11:DB/データサイエンスにコネクトするElixir」を6/22(金)19時に開催します 私もETSとFlowを交えた発表で参加します! ストリームとデータ処理に興味ある方は、是非ともご参加下さい! はじめに Flowは、並列ストリーム処理を小慣れた関数型の表記で簡潔に書けるモジュールです。今回はElixir Flowの集計で重要な役割を担う2段ステージ構造を扱います。前回までのGenStage入門の内容をふまえて説明していきます。 単

    Elixir並列処理「Flow」の2段ステージ構造を理解する - Qiita
  • What's new in Flow v0.14 « Plataformatec Blog

    Flow v0.14 has been recently released with more fine grained control on data emission and tighter integration with GenStage. In this blog post we will start with a brief recap of Flow and go over the new changes. We end the post with a description of the new Elixir Development Subscription service by Plataformatec and how it has helped us bring those improvements to Flow. Quick introduction to Flo

  • 1