We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Real World Polyglot Persistence

Formal Metadata

Title
Real World Polyglot Persistence
Title of Series
Number of Parts
150
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
It always sounds easy - "use the best tool for the job". With very isolated systems, it's easy to decide RDBMS for one application, Redis for another and Cassandra for somethings else. When it comes time to building systems with multiple persistent stores, we're met with challenges in integration, existing applications, and push back from IT administrators. In this session, we'll look at the multitude of challenges of achieving polyglot persistence nirvana, and strategies for addressing associated risks. We'll journey through an exploration of a working system that combines relational, key-value, document and graph databases without falling to its knees in complexity. With strategies like REST, messaging, service buses and compositional user interfaces, we'll find how amazingly complex websites like Amazon are within reach by us mere mortals.