Skip to content
#Databases

NoSQL. Methodology of development of non-relational databases (NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence)

#Databases #SoftwareArchitecture #SoftwareDevelopment #Software #DistributedSystems

This book by Sadalaj and Fowler is already more 10 I read it many years ago, and even then it seemed too simple. The authors considered four types of databases.

  • key-value subds
  • document-oriented subd
  • column subd
  • graph subd Moreover, they were considered at very basic levels and all would be nothing - after all, simple books are useful for beginners, but the translation into Russian was simply terrible. I haven't seen a better translation in a long time, for example: Graphical database instead of graph
  • zeros instead of zeros
  • Log log for English commit log
  • etc.

As a result, this book is now morally outdated and it makes no sense to read it even for the sake of a general overview of the types of database:)

#Databases #SoftwareArchitecture #SoftwareDevelopment #Software #DistributedSystems