9 Side notes JAX London 2016

Quick notes from session 9 of JAX London 2016. Four Distributed Systems Reference Architectures preseneted by Tim Berglund.

· Q.Assistance · 1 minutes ·

Abastract squared tiles with colored shapes on top of each tile.

Overview

Session: 12th Oct — 12:00 to 12:50 Four Distributed Systems Reference Architectures by Tim Berglund, DataStax

Notes

  • Presentation slides.
  • Distributed systems characteristics:
    • The computers operate concurrently
    • The computers fail independently
    • The computers do not share a global clock
  • Sharding the architecture is ok, but sharding the DB is KO
  • Bounded (batch) vs Unbounded (streaming)
  • Streaming architectures:
    • Apache Beam: Apache Beam is an open source, a unified programming model that you can use to create a data processing pipeline.
    • Apache Flink: Flink’s core is a streaming data flow engine that provides data distribution, communication, and fault tolerance for distributed computations over data streams.
    • Apache Storm: Apache Storm is a free and open source distributed real-time computation system
    • The future of streaming architectures: FAAS. Function as a Service. Extreme microservices.
    • Serverless.com: Build applications comprised of microservices that run in response to events.
  • And much more details into Academy Datastax

That was all for this session.


Many thanks for reading, please leave a comment if you have any quality hint.

Keep on testing, better!

More posts

  • A photo taken from above showing a meeting table with people woriking with their laptops.

    11 Side notes JAX London 2016

    Quick notes from session 10 of JAX London 2016. Applying DDD at pace for Effective Microservices workshop preseneted by Russ Miles.

  • A house on a small island with a sign saying its a hoax

    Software QA Hoax

    The awareness of Software QA was raised in the last decade to a new realm. However, there has been some natural resistance as usual for any new evolutionary movement.

  • Abstract ai generated image of a webstie with astro and google sheets.

    Web Google Sheets

    This post thoroughly reviews how I implemented a new static website with the Astro framework and Google Sheets as the Content Management System CMS.