Contribute Media
A thank you to everyone who makes this possible: Read More

That Belongs in a Table: Migrating Data from JSON to SQL

Description

I recently wanted to migrate data from a NoSQL Datastore to a relational data structure. Let's just say the process was quite the adventure. Let's look at handling mildly relational data how we were able to move it from json-based to database.

Details

Improve this page