Giter Club home page Giter Club logo

cassandra-phantom's Introduction

Phantom DSL Example

Build Status

This project will give you the idea on how to design your cassandra tables in scala using the phantom-dsl. My inspiration is to bring here a more real world example based on this library.

Features

Across the code, you will find the following features:

Connect to a secure Cassandra Cluster

In the class Connector you will find two connectors:

  • Connect to a Cassandra Cluster somewhere
  • Connect using an embedded Cassandra (for tests only running through sbt test)

Set Consistency Level

Phantom-DSL offers to you an easy way to set the consistency level for any query you want to execute. Throught the GenericSongsModel you will find this piece of code .consistencyLevel_=(ConsistencyLevel.ONE) where you can change it to whatever you want, accordingly to your needs.

Handle queries for multiple tables

This is maybe the main goal of this project, showing to you how to handle multiple versions of the same table. Here we have:

  • Songs
  • SongsByArtist

You will find how to insert and delete on both tables

Testing using an embedded Cassandra in memory

Using sbt test you can run the tests without having any previously Cassandra instalation up and running.

Simple streaming example using Akka Streams

Under the test folders, you will find a very simple Streaming example, creating a Source from a publisher provided by the phantom's reactive-streams module.

Resources

Thanks

Special thanks to Flavian who helped me to find out the best way to use phantom to model our Cassandra tables.

cassandra-phantom's People

Contributors

iamthiago avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.