-
Notifications
You must be signed in to change notification settings - Fork 186
Tutorials
Flavian Alexandru edited this page Aug 22, 2016
·
7 revisions
Reactive type-safe Scala driver for Apache Cassandra/Datastax Enterprise
To stay up-to-date with our latest releases and news, follow us on Twitter: @outworkers_uk.
We love Cassandra to bits and use it in every bit our stack. phantom makes it super trivial for Scala users to embrace Cassandra.
Cassandra is highly scalable and it's by far the most powerful database technology available, open source or otherwise.
- Phantom is built on top of the Datastax Java Driver, which does most of the heavy lifting.
- Phantom has its own proprietary immutable
QueryBuilder
written in Scala, to offer an idiomatic query DSL. - If you're completely new to Cassandra, a much better place to start is the Datastax Introduction to Cassandra.
- An even better introduction is available on [our blog] (http://outworkers.com/blog/tag/cassandra/), where we have a full series of introductory posts to Cassandra with phantom.
We are very happy to help implement missing features in phantom, answer questions about phantom, and occasionally help you out with Cassandra questions! Please use GitHub for any issues or bug reports.
To stay up-to-date with our latest releases and news, follow us on Twitter: @outworkers.
- Issues and questions
- Adopters
- Roadmap
- Changelog
- Tutorials
- Commercial support
- Using phantom in your project
- Primitive columns
- Optional primitive columns
- Collection columns
- Collection operators
- Automated schema generation
- Indexing columns
- Data modeling with phantom
- Querying with phantom
- Asynchronous iterators
- Batch statements
- Apache Thrift integration
- Apache ZooKeeper integration
- The phantom testkit