This document discusses migrating a telecom application from a relational database to a NoSQL database to take advantage of cloud computing. It presents the data model used for call management, including entities for customers, accounts, services, and plans. It then describes migrating the process of selecting a subscriber's services to Cassandra, a distributed NoSQL database, and compares performance to PostgreSQL in different workloads. The document aims to assess how NoSQL databases can adapt telecom business models to cloud environments.