Presentation: MySQL Document Store and Node.JS
Abstract
The last few years saw the advent of JavaScript on the server-side, and particularly Node.js. The schema-less literal objects known as JSON that are used to express data-structures are key to the dynamic functional nature of the language.
Matching this environment, MySQL recently introduced the MySQL Document Store, which enables using a regular MySQL database to manage schema-less data organized in JSON documents. This presentation will describe the key concepts of the MySQL Document Store alongside with examples. It will also show how to deploy MySQL servers in containers, another common aspect of modern DevOps.