/plushcap/analysis/datastax/datastax-migrating-from-sql-to-nosql-with-spring-petclinic-and-apache-cassandra

Migrating from SQL to NoSQL with Spring PetClinic and Apache Cassandra

What's this blog post about?

This post discusses implementing data models for Apache Cassandra using a Spring PetClinic app. It recaps the six-part series on Apache Cassandra, focusing on advanced data modeling and migration approaches to bring SQL applications over to NoSQL. The three migration approaches discussed are offline migration, zero-downtime migration with shadow writes, and minimal-downtime migration with dual reads. The post also covers denormalization in NoSQL databases like Cassandra, which focuses on optimizing read performance through redundant copies of data. It provides examples of migrating SQL data models to NoSQL using a PetClinic Java Database Connectivity (JDBC) running a MySQL database locally and offers resources for developers to learn more about Apache Cassandra and migration best practices.

Company
DataStax

Date published
July 26, 2022

Author(s)
David Jones-Gilardi

Word count
1481

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.