A simple rails app for a post-management system using the Cassandra database
- Ruby ~> 2.5.7
- Rails ~> 5.2.4
- Cassandra ~> 3.11.5
-
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
This repository is released under the MIT License.