Skip to content

Simple Rails application using Cassandra NoSQL database

Notifications You must be signed in to change notification settings

mmncit/rucasrar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Rails application using Cassandra NoSQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published