Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepabo/mruby-msd
multi stage datastore by mruby
https://github.com/pepabo/mruby-msd
Last synced: about 1 month ago
JSON representation
multi stage datastore by mruby
- Host: GitHub
- URL: https://github.com/pepabo/mruby-msd
- Owner: pepabo
- License: other
- Created: 2017-05-23T07:29:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T16:13:36.000Z (over 3 years ago)
- Last Synced: 2023-03-24T00:35:41.161Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby-msd [![Build Status](https://travis-ci.org/pepabo/mruby-msd.svg?branch=master)](https://travis-ci.org/pepabo/mruby-msd)
msd class
## install by mrbgems
- add conf.gem line to `build_config.rb````ruby
MRuby::Build.new do |conf|# ... (snip) ...
conf.gem :github => 'pyama86/mruby-msd'
end
```
## How to start development
### docker-compose
```bash
$ rake dev:docker
$ rake clean
$ rake test
```### OSX
```
$ brew install mysql
$ brew install redis
$ brew services start mysql
$ brew services start redis
$ rake test
```## License
under the MIT License:
- see LICENSE file