Remove articles performance-optimization-for-multi-layered-cloud-n
article thumbnail

Implementing the Netflix Media Database

Netflix Tech

In the previous blog posts in this series, we introduced the N etflix M edia D ata B ase ( NMDB ) and its salient “Media Document” data model. NMDB is built to be a highly scalable, multi-tenant, media metadata system that can serve a high volume of write/read throughput as well as support near real-time queries.

Media 94
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

1 The structure of this article was inspired by Ward Cunningham's CHECKS Pattern Language of Information Integrity , which is a model of clarity and usefulness. 27 Apr 2018. James Shore/Blog. For example code demonstrating these ideas, see my example on GitHub. It avoids the downsides of mock-based testing, but it has tradeoffs of its own.

Testing 88
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

1 The structure of this article was inspired by Ward Cunningham's CHECKS Pattern Language of Information Integrity , which is a model of clarity and usefulness. 27 Apr 2018. James Shore/Blog. For example code demonstrating these ideas, see my example on GitHub. It avoids the downsides of mock-based testing, but it has tradeoffs of its own.

Testing 40