Excerpt: Designing Data Intensive Applications

— 1 minute read

Photo by Sigmund on Unsplash
Photo by Sigmund on Unsplash

Chapter 1 perma­link

  • Most of soft­wares are now data in­ten­sive and less com­pute in­ten­sive
  • Then how to deal with such large amount of data at scale ?
  • A soft­ware is now built by com­posit­ing sev­eral data­base
    • data­bases used for per­sis­tent, caching, search­ing, mes­sage queue, etc
  • Important as­pect of soft­ware that scales
    • Reliability
    • Maintainability