rucasrar

Simple Rails application using Cassandra NoSQL database

Stars
0
Committers
1

rucasrar

A simple rails app for a post-management system using the Cassandra database

Requirements:

  • Ruby ~> 2.5.7
  • Rails ~> 5.2.4
  • Cassandra ~> 3.11.5

Setup instructions:

  • Initialize Cassandra keyspace (database)

    $ rake cequel:keyspace:create
    
  • Synchronize your Rails model schemas with Cassandra keyspace

    $ rake cequel:migrate
    
  • Start the Rails server

    $ rails s
    
  • Check the application

    $ open http://localhost:3000
    

References:

License:

This repository is released under the MIT License.