© Charles Bell 2019
C. BellIntroducing MySQL Shellhttps://doi.org/10.1007/978-1-4842-5083-9_7

7. Example: Document Store Development

Charles Bell1 
(1)
Warsaw, VA, USA
 

Now that we have a firm foundation in JSON and we have seen how to use MySQL Shell to develop relational database code, we are ready to begin writing a NoSQL version of the sample application.

As you will see, the evolution of the application from a pure relational model to a document model demonstrates how we can avoid some of the messier aspects of using relational data. One element that may surprise you is the complexity of the code for the document store (NoSQL) version lower making the code easier to understand. What better reason to consider writing all your future applications ...

Get Introducing MySQL Shell: Administration Made Easy with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.