Developer Toolkit: How to Use Hybrid Data Models

JSON + Relational = Better Together

By extending relational data with JSON documents, you get schema flexibility without sacrificing transactions or data integrity. You can index and query data regardless of whether it is structured, semi-structured or both.

Our developer toolkit demonstrates how to convert relational into JSON, and how to merge relational with JSON – all via SQL. It enables you to run the "Places" web application, supported by a single table with a combination of structured (relational) and semi-structured (JSON) data, that allows you to record all of your favorite locations. This toolkit includes:

  • Sample codes written in React.js and Node.js
  • A step-by-step guide to getting your application running in no time
  • Webinar recording that includes a live demo of the application
Download the Toolkit