SlideShare a Scribd company logo
Introduction of AKKA
@homerquan
Akka is for Actor Model
• Actor model
• Actor is an entity, similar to object in
OOP
• Actors communicate by messages
(share nothing)
• Actor can be stateful or stateless
• Actor can save to persistent storage
Why Akka
• AKKA is good for an app
• distributed
• fault-tolerant
• soft real-time
• highly available
• non-stop (hot swap)
Source: http://www.reactivemanifesto.org

More Related Content

PPTX
Akka intro
PDF
Actor Patterns and NATS - Boulder Meetup
PPTX
Design for scale
PPTX
Elm - never get a runtime error anymore. Almost.
PPTX
Akka Fundamentals
PDF
Actor model in .NET - Akka.NET
PDF
Connecting Akka with Oracle Event Hub Cloud Service
PPTX
CQRS + ES with Scala and Akka
Akka intro
Actor Patterns and NATS - Boulder Meetup
Design for scale
Elm - never get a runtime error anymore. Almost.
Akka Fundamentals
Actor model in .NET - Akka.NET
Connecting Akka with Oracle Event Hub Cloud Service
CQRS + ES with Scala and Akka

What's hot (11)

PDF
Devops and Immutable infrastructure - Cloud Expo 2015 NYC
PPTX
Managing state in modern React web applications
PPTX
Massively Scaleable .NET Web Services with Project Orleans
PPTX
Akkurate Akka
PPTX
Laravel and SOLR
PPTX
Spark UDFs are EviL, Catalyst to the rEsCue!
PPTX
Project Orleans - Actor Model framework
PDF
Adi Polak - Light up the Spark in Catalyst by avoiding UDFs - Codemotion Berl...
PPTX
A Brief Intro to Microsoft Orleans
PDF
[CocoaHeads Tricity] Andrzej Dąbrowski - Dependency injection and testable ar...
PPTX
Getting started with Laravel & Elasticsearch
Devops and Immutable infrastructure - Cloud Expo 2015 NYC
Managing state in modern React web applications
Massively Scaleable .NET Web Services with Project Orleans
Akkurate Akka
Laravel and SOLR
Spark UDFs are EviL, Catalyst to the rEsCue!
Project Orleans - Actor Model framework
Adi Polak - Light up the Spark in Catalyst by avoiding UDFs - Codemotion Berl...
A Brief Intro to Microsoft Orleans
[CocoaHeads Tricity] Andrzej Dąbrowski - Dependency injection and testable ar...
Getting started with Laravel & Elasticsearch
Ad

Viewers also liked (7)

PDF
Typesafe stack - Scala, Akka and Play
PDF
Scala, Akka, and Play: An Introduction on Heroku
PDF
Introducing Akka
PDF
921創業小聚
PDF
Introduction to Actor Model and Akka
PDF
From Microliths To Microsystems
KEY
Introduction to Actor Model and Akka
Typesafe stack - Scala, Akka and Play
Scala, Akka, and Play: An Introduction on Heroku
Introducing Akka
921創業小聚
Introduction to Actor Model and Akka
From Microliths To Microsystems
Introduction to Actor Model and Akka
Ad

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Mushroom cultivation and it's methods.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPT
Teaching material agriculture food technology
PPTX
A Presentation on Artificial Intelligence
PDF
August Patch Tuesday
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
1. Introduction to Computer Programming.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Getting Started with Data Integration: FME Form 101
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
Machine learning based COVID-19 study performance prediction
Reach Out and Touch Someone: Haptics and Empathic Computing
Mushroom cultivation and it's methods.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Teaching material agriculture food technology
A Presentation on Artificial Intelligence
August Patch Tuesday
Encapsulation_ Review paper, used for researhc scholars
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release
1. Introduction to Computer Programming.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
Getting Started with Data Integration: FME Form 101
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation theory and applications.pdf
Empathic Computing: Creating Shared Understanding
Programs and apps: productivity, graphics, security and other tools
Group 1 Presentation -Planning and Decision Making .pptx

2 mins intro of akka

  • 2. Akka is for Actor Model • Actor model • Actor is an entity, similar to object in OOP • Actors communicate by messages (share nothing) • Actor can be stateful or stateless • Actor can save to persistent storage
  • 3. Why Akka • AKKA is good for an app • distributed • fault-tolerant • soft real-time • highly available • non-stop (hot swap) Source: http://www.reactivemanifesto.org

Editor's Notes

  • #2: Who am I Build my exerptie What's AKKA
  • #4: WHY with an example Uber thousands cars and even more passangers