Migration from SQL to NoSQL Databases
Step 1: Identify Scope. ...
Step 2: Identify NoSQL Setup Requirements. ...
Step 3: Convert & Optimize JSON Collections. ...
Step 4: Migrate Data. ...
Step 5: Migrate Application. ...
Step 6: Validate Migration.
If you are an application developer, you might have some experience using a relational database management system (RDBMS) and Structured Query Language (SQL). As you begin working with Amazon DynamoDB, you will encounter many similarities, but also many things that are different. NoSQL is a term used to describe nonrelational database systems that are highly available, scalable, and optimized for high performance. Instead of the relational model, NoSQL databases (like DynamoDB) use alternate models for data management, such as key-value pairs or document storage. For more information, see What is NoSQL?.
Amazon DynamoDB supports PartiQL, an open-source, SQL-compatible query language that makes it easy for you to efficiently query data, regardless of where or in what format it is stored. With PartiQL, you can easily process structured data from relational databases, semi-structured and nested data in open data formats, and even schema-less data in NoSQL or document databases that allow different attributes for different rows. For more information, see PartiQL query language.