Collect samples for API
- Frequency check (is it really needed or sample rate would be sufficient?)
- Rails integration:
- Persistent store (fetch data from redis, save to DB)
ApiSampler::Store::Model
(save samples directly to DB)- Samples' presentation
- Generators
Add this line to your application's Gemfile:
gem 'api_sampler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install api_sampler
TODO: Write usage instructions here
- Fork it ( http://github.com//api_sampler/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request