Phantom

Getting Started With Phantom

Reading Time: 3 minutes Phantom is Reactive type-safe Scala driver for Apache Cassandra/Datastax Enterprise. So, first lets explore what Apache Cassandra is with some basic introduction to it. Apache Cassandra Apache Cassandra is a free, open source data storage system that was created at Facebook in 2008. It is highly scalable database designed to handle large amounts of data across many commodity servers, providing high availability with no single Continue Reading

How to setup Cassandra Phantom driver for Scala

Reading Time: 2 minutes Phantom is a high performance Scala DSL for Apache Cassandra and now the leading tool for integrating Cassandra in the Scala Eco-system. So, if you are planning on using Cassandra with Scala, phantom is the weapon of choice. It has slowly but surely grown to become an established Scala framework and through its high focus on: Scala type system to mimic CQL and translate them Continue Reading