The goal of polyglot persistence is to leverage the strengths of multiple database technologies to enhance an application, but it comes with added complexity. To simplify this process, a prototype Neo4j-Cassandra data import tool has been developed to convert from one data model to another. This tool enables the transfer of data from Cassandra's column-oriented data model into Neo4j's property graph model, allowing developers to take advantage of both databases' strengths. The tool provides limited options for translation and maps every table to a node in the graph model, but it is an alpha prototype that demonstrates some issues and approaches, with community feedback and contributions appreciated. Cassandra's strengths include handling high write throughput and storing high-volume data such as event logs, while Neo4j excels at handling relationships, making them suitable for use cases like fraud detection.