Cassandra Phantom tutorial : Are there any basic tutorials for using Phantom?

3.2k views Asked by At

I've looked around but couldn't find a single tutorial on getting started with Phantom. Although it is being actively developed by dedicated folks, I find it very surprising that there are no quickstart tutorials around. Please share links to any tutorials if one has come across

2

There are 2 answers

0
Thiago Pereira On BEST ANSWER

You can checkout the phantom-dsl examples in the source folder, but if not, I've uploaded an example to my github showing how to modeling cassandra tables in scala using phantom-dsl according to the documentation.

https://github.com/iamthiago/cassandra-phantom

0
Bartosz Piorunski On

Docs location is confusing. They are in the .md files listed at the top of this website

https://github.com/outworkers/phantom/tree/develop/docs

Also have a look in 'basics', 'commercial' and 'querying' directories.