Integrating Cassandra in Phoenix

Hello everybody!
I’m trying to integrate the Cassandra NoSQL database in my Elixir Phoenix application (using Xandra).

Is there any valid example (or article) of an app running with this stack? It would be really useful in order to understand how the code should be engineered.

Thanks in advice!

2 Likes

Has anyone worked on this? An example will be very helpful.

Have you seen triton? It’s pretty easy to use. GitHub - blitzstudios/triton: a Cassandra ORM for Elixir

2 Likes

Thank you for providing this. I’ll carefully go through it to assess if it aligns with what I’m looking for.