Web App and DB Architectures
Scale-up Tight Coupling Highly
Structured:
SQL Rises on
Web
Response Time Open Source Infrastructure
> 10 seconds Early on Bare metal
Web App and DB Architectures
Scale-up Tight Coupling
Highly Structured:
SQL Rises on Web
Response Time Open Source Infrastructure
< 2 seconds Mainstream Virtualized, Early
Cloud
Scale-out Loose Coupling Structured and
Unstructured
Web App and DB Architectures
Scale-up Tight Coupling
Highly Structured:
SQL Rises on Web
Response Time Open Source Infrastructure
< 250 ms Foundational Cloud
Scale-out Loose Coupling
Structured and
Unstructured
Everything is
an API
Inflight
transformation
and analytics
In-Memory
“The future is already here - it’s
just not evenly distributed.”
- William Gibson
Good choice – they’re confirmed to
arrive in time for next week’s hike
I went ahead and ordered coordinating
socks so you’ll be all set to go!
And I put the $225 on your Apple
account so you could earn enough
iStuff points to take another iVacation!
As a user
I want to achieve my goal quickly
So that I can get on with my life
Data storage and access in 2025
id surname first_name city
1 Jones Paul London
2 Smith Tony New York
3 Davis Frank Denver
Person
id model year value person_id
101 Ford 1995 2000 3
102 Tesla 2015 100000 1
103 GMC 2005 15000 1
Car
Data your way
id surname first_
name
city
1 Jones Paul London
2 Smith Tony New York
3 Davis Frank Denver
id model year value person_id
101 Ford 1995 2000 3
102 Tesla 2015 100000 1
103 GMC 2005 15000 1
{
first_name: 'Paul'
surname: 'Jones'
city: 'London'
cars: [
{model: 'Tesla'
year: 2015
value: 100000},
{model: 'GMC'
year: 2005
value: 15000}]
}
Person
Car