タグ

architectureとkafkaに関するsomathorのブックマーク (2)

  • Apache kafka

    This document provides an overview and agenda for a presentation on Apache Kafka. The presentation will cover Kafka concepts and architecture, how it compares to traditional messaging systems, using Kafka with Cloudera, and a demo of installing and configuring Kafka on a Cloudera cluster. It will also discuss Kafka's role in ingestion pipelines and data integration use cases.Read less

    Apache kafka
  • Apache Kafkaに入門した

    Apache kafka 最近仕事でApache Kafkaの導入を進めている.Kafkaとは何か? どこで使われているのか? どのような理由で作られたのか? どのように動作するのか(特にメッセージの読み出しについて)? を簡単にまとめておく(メッセージングはまだまだ勉強中なのでおかしなところがあればツッコミをいただければ幸いです). バージョンは 0.8.2 を対象に書いている. Apache Kafkaとは? 2011年にLinkedInから公開されたオープンソースの分散メッセージングシステムである.Kafkaはウェブサービスなどから発せられる大容量のデータ(e.g., ログやイベント)を高スループット/低レイテンシに収集/配信することを目的に開発されている.公式のトップページに掲載されているセールスポイントは以下の4つ. Fast とにかく大量のメッセージを扱うことができる Scal

  • 1