Slide 36
Slide 36 text
Cosmos DB and Pulumi
36
Azure Cosmos DB
https://azure.microsoft.com/services/cosmos-db/
Pulumi
https://www.pulumi.com/
Globally Distributed
close to the users
Azure Cosmos DB takes care of
distributing the data and low-latency
access.
Pulumi simplifies the deployment of
the compute infrastructure to match
the best practices and the target tech
stack.
Infrastructure as Code
Typescript / Python / Go
Use the power of programming
languages: general-purpose functions,
conditions, loops, collection
manipulation, compile-time errors,
automated testing, refactoring, static
analysis, linting.
The tools you know and love.
Abstractions
reusable components
Codify the best practices and distribute
the implementation among the teams.
Both components and applications can
evolve over time.