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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T16:13:36.000Z (about 4 years ago)
- Last Synced: 2025-04-15T03:04:19.850Z (about 1 month 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 [](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