Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 2.71 KB

README.md

File metadata and controls

67 lines (44 loc) · 2.71 KB

Column

Cassandra Project

Cassandra: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.

Check the code

This part has two configuration files and six classes

Start the workshop

  1. Run the Cassandra Docker instance

    docker run -d --name casandra-instance -p 9042:9042 cassandra
    
  2. Compile the project via Maven

    mvn compile
    
  3. Run the project via Maven

    mvn exec:java -Dexec.mainClass="org.jnosql.demo.column.App"
    
    mvn exec:java -Dexec.mainClass="org.jnosql.demo.column.App2"
    

Time to practice

Now, It is time you explore the code: add new persons, more relationships, and create new queries. Also you can try to an create your own entities that can be used to respond some questions, next some ideas:

  • Implement some searches against a MongoDB
  • Search JUG members in a given city
  • Search JUG members of legal drinking age
  • Search JUGs in a region