Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmncit/rucasrar
Simple Rails application using Cassandra NoSQL database
https://github.com/mmncit/rucasrar
cassandra cassandra-database cequel rails5 rails5-app
Last synced: 13 days ago
JSON representation
Simple Rails application using Cassandra NoSQL database
- Host: GitHub
- URL: https://github.com/mmncit/rucasrar
- Owner: mmncit
- Created: 2019-12-01T23:07:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:14:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:15:19.942Z (22 days ago)
- Topics: cassandra, cassandra-database, cequel, rails5, rails5-app
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- [Apache Cassandra](http://cassandra.apache.org)
- [Cequel](https://github.com/cequel/cequel)
- [conradwt/cassandra-example-using-rails](https://github.com/conradwt/cassandra-example-using-rails)
- [Altoros/simple-rails-app-with-cassandra](https://github.com/Altoros/simple-rails-app-with-cassandra)
## License:
This repository is released under the [MIT License](http://www.opensource.org/licenses/MIT).