Event Streams in Action: Real-time event systems with Kafka and Kinesis cover
welcome to this free extract from
an online version of the Manning book.
to read more
or

Index

published book

[SYMBOL][A][B][C][D][E][F][G][H][I][J][K][L][M][N][O][P][Q][R][S][T][U][V][W][Y][Z]

SYMBOL

A

abandoned shopping carts
AbandonedCartEvent class2nd
AbandonedCartEvent.java file
AbandonedCartsStreamTask.java file
accounts, AWS, setting up
AFTER_SEQUENCE_NUMBER shard iterator type
alert schema, writing
alerts topic2nd
Amazon DynamoDB.
    See DynamoDB.
Amazon Elastic Compute Cloud (EC2)
Amazon Elastic MapReduce (EMR)2nd3rd
Amazon Kinesis2nd3rd
  attaching function to
  reading from
    Kinesis frameworks and SDKs
    monitoring stream with boto
    reading events with AWS CLI
  setting up
  terminology differences from Apache Kafka
  writing events to
    modeling events
    setting up stream
    systems monitoring and unified log
Amazon Redshift2nd
  creating fat events table
  designing event warehouse
    fat table
    shredded entities
    table per event
  setting up
Amazon Simple Email Service (SES)
Amazon Simple Storage Service (S3)2nd3rd4th5th
  buckets2nd
  uploading jar file to
Amazon Web Services.
    See AWS.
AmazonKinesisFullAccess policy
AmazonS3FullAccess policy
AmountValidator object
analytics-on-read
analytics-on-write2nd
  Lambda function
    deploying
    testing
  Lambda function, building
    analytics-on-write algorithm
    AWS Lambda overview
    conditional writes to DynamoDB
    Lambda setup and event modeling
    setting up DynamoDB
AowLambda function
Apache Avro, modeling events in
  round-tripping event from JSON to Java and back
  setting up development harness
  testing
  writing health check event schema
Apache Beam project
Apache Cassandra2nd
Apache Flink2nd3rd4th5th
Apache Flume
Apache Hadoop2nd3rd4th5th
Apache Hadoop YARN
Apache HBase
Apache Kafka2nd3rd4th5th6th
  downloading and installing
  reading from
  stream-processing app
    configuring application
    locking down requirements
    setting up development environment
    single-event processor
    stitching files together
    testing
    using Kafka as glue between systems
  terminology differences from Amazon Kinesis
  using as glue between systems
  writing to
Apache Kafka Streams
Apache Mesos
Apache Samza2nd3rd
  capabilities of
  detecting abandoned shopping carts
    configuring job
    designing job
    preparing project
    writing Java task
  running job
    improving job
    submitting job
    testing job
    Yet Another Resource Negotiator (YARN)
Apache Spark2nd3rd
Apache Spark Streaming2nd3rd
Apache Storm2nd3rd
Apache Thrift
Apache ZooKeeper2nd3rd4th
application-level logging
ApplicationMaster component, YARN
approximations
archiving events
  archiving Apache Kafka with Secor
    creating event archive
    setting up Secor
    warming up Apache Kafka
  batch processing
    designing job
    overview
    running job on Elastic MapReduce
    writing job in Apache Spark
  design for
    how to archive
    what to archive
    where to archive
  shortcomings of unified log
    refinement
    reprocessing
    resilience
archivist’s manifesto
AT_SEQUENCE_NUMBER shard iterator type
Avro.
    See Apache Avro.
AWS (Amazon Web Services)2nd3rd4th
  account set up
  users, creating

AWS CLI
  reading events with
  setting up
  tools2nd
AWS Free Tier2nd
AWS Python SDK
Azure Blob Storage

B

C

D

E

EC2 (Elastic Compute Cloud)
Elastic Compute Cloud (EC2)
Elastic MapReduce (EMR)2nd3rd
Elasticsearch
Elasticsearch plus Kibana
email_sent event2nd
embeddable stream processing frameworks
EMR (Elastic MapReduce)2nd3rd
enriched-events topic2nd3rd
enriching events2nd3rd4th
error collection services
Esper tool
ETL (extract, transform, load)2nd
  data volatility
  dimension widening
  loading events
Event class
event IDs2nd3rd
event metadata
event property
event source mapping
event stream processing
  multiple-event processing
  reasons for
  single-event processing
  with Amazon Kinesis
    reading from Kinesis
    writing events to Kinesis
  with Apache Kafka
    app design
    single-event processor
    writing Kafka worker
event streams2nd
  defined
  delivery driver events and entities
  delivery truck events and entities
  event model
  events archive
  familiar types of
    application-level logging
    publish/subscribe messaging
    web analytics
event warehouse, designing
  fat table
  shredded entities
  table per event

events
  associating with schemas
    modest proposals
    schema registry
    self-describing event
  commands and
  defined
  e-commerce
  identifying key
  modeling2nd
    in Apache Avro
    modeling failures as events
    stateful stream processing
    writing to Amazon Kinesis
  reading from Amazon Kinesis
    Kinesis frameworks and SDKs
    monitoring stream with boto
    reading events with AWS CLI
  reading from Apache Kafka
  writing to Amazon Kinesis
    setting up stream
    systems monitoring and unified log
    terminology differences from Kafka
    writing agent
  writing to Apache Kafka
events stream2nd3rd
exactly-once processing
execute method2nd
executing commands
  completing executor
  final testing
  signing up for Mailgun
exhaustive pattern match
exit values
extract, transform, load.
    See ETL.

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

s3 command
S3.
    See Amazon Simple Storage Service (S3).
SaaS (software-as-a-service)2nd3rd
Samza.
    See Apache Samza.
Sawmill
SBT (Scala Build Tool)
Scala Build Tool (SBT)2nd
scala-forex project, Snowplow
scalability
Scalaz, failure composition with
  better failure handling
  composing failures
  from Java to Scala
  planning for failure
  setting up Scala project
Schema Guru2nd
schemas
  as contracts
  associating events with
    modest proposals
    schema registry
    self-describing event
  modeling events in Apache Avro
    round-tripping event from JSON to Java and back
    setting up development harness
    testing
    writing health check event schema
  Plum example company
  technologies
    Apache Avro
    Apache Thrift
    capabilities of
    choosing
    JSON Schema
    protocol buffers
Scream operator2nd
Scribe project
SDKs, Kinesis frameworks and
second-order events
Secor SequenceFile
Secor, archiving Apache Kafka with
  creating event archive
  setting up Secor
  warming up Apache Kafka
self-describing commands
self-describing events
send email command
SendGrid
Sentry service
separation of concerns
serdes (serializers-deserializers)
Serializers section
server-side events
SES (Amazon Simple Email Service)
shard iterator2nd
shards2nd
shopping carts, detecting abandoned
  defining algorithm
  derived events stream
  goals regarding
  modeling events
    Shopper abandons cart
    Shopper adds item to cart
    Shopper places order
  with Apache Samza
    configuring job
    designing job
    preparing project
    writing Java task
shrink-wrapped commands2nd
single version of truth2nd
single-event processing2nd3rd
single-event processors2nd3rd
  testing
  updating main function
  writing
single-node clusters
slaves2nd
SLF4J
software-as-a-service (SaaS)2nd3rd
Spark SQL
Spark Streaming.
    See Apache Spark Streaming.
spark-shell command
SparkConf2nd
speed layer
Splunk
SQLite
stable data points
state management2nd
stateful event processing
stateful stream processing
  detecting abandoned shopping carts
    defining algorithm
    derived events stream
    goals regarding
  frameworks for
    Apache Flink
    Apache Kafka Streams
    Apache Samza
    Apache Spark Streaming
    Apache Storm
    choosing
  modeling events
    Shopper abandons cart
    Shopper adds item to cart
    Shopper places order
  state management
  stream windowing
  with Apache Samza
    configuring job
    designing job
    improving job
    preparing project
    submitting job
    testing job
    writing Java task
    Yet Another Resource Negotiator (YARN)
StatsD
stderr stream
stdin stream
stdout stream2nd
storage target
Storm.
    See Apache Storm.
Storm Trident library
Stream Details view
stream processing frameworks
stream windowing
stream-processing app
  configuring application
  locking down requirements
  reading from Kafka
  setting up development environment
  single-event processor
    testing
    updating main function
    writing event processor
  stitching files together
  testing
  using Kafka as glue between systems
  writing to Kafka
stream-processing topology
streams
String type
subject-verb-object events2nd3rd4th5th6th
subscribing apps
Success output
systems monitoring2nd
Systems section
systems-monitoring tool

T

U

V

W

Y

Z

Sign in to access this free ebook
sitemap
×

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage