Book Image

Architecting Data-Intensive Applications

By : Anuj Kumar
Book Image

Architecting Data-Intensive Applications

By: Anuj Kumar

Overview of this book

<p>Are you an architect or a developer who looks at your own applications gingerly while browsing through Facebook and applauding it silently for its data-intensive, yet ?uent and efficient, behaviour? This book is your gateway to build smart data-intensive systems by incorporating the core data-intensive architectural principles, patterns, and techniques directly into your application architecture.</p> <p>This book starts by taking you through the primary design challenges involved with architecting data-intensive applications. You will learn how to implement data curation and data dissemination, depending on the volume of your data. You will then implement your application architecture one step at a time. You will get to grips with implementing the correct message delivery protocols and creating a data layer that doesn’t fail when running high traffic. This book will show you how you can divide your application into layers, each of which adheres to the single responsibility principle. By the end of this book, you will learn to streamline your thoughts and make the right choice in terms of technologies and architectural principles based on the problem at hand.</p>
Table of Contents (18 chapters)
Title Page
Packt Upsell
Contributors
Preface
Index

What is a reference architecture?


A reference architecture helps you to build a blueprint of the TO-BE system based on certain characteristics that are common for a given set of problems. A reference architecture provides you with the basics of the understanding you need to build upon when you embark on the journey of designing applications that belong to a specific domain or class of problems. Experience, and experience alone, can teach you about these different problem classifications and how to interpret them. Reading and understanding different types of reference architectures help you to broaden your perspective, thereby enabling you to solve problems using the right tool. As the saying goes: "If all you know is how to use a hammer, all problems appear to be nails." So, broaden your skill sets to broaden your problem-solving horizon.

Today, we will talk about one such class of problems and provide you with a reference architecture that will act as a guide throughout your journey of building...