The document describes Libon's migration from an RDBMS to Cassandra for storing contact data. The migration strategy involved 4 phases: 1) writing contacts to both databases, 2) migrating old contacts from RDBMS to Cassandra while writing new contacts to both, 3) switching to Cassandra while keeping RDBMS as backup, and 4) removing RDBMS code. The business code was refactored using a CQRS pattern with separate read/write repositories to support Cassandra's data model. Performance benchmarks showed the new system met requirements.