Sha256: 1ccfa759815fd9c964ed7ec9d71e23892b3d6b8fefa6671c9e463b15f4f95351

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

rails-data-explorer
===================

rails-data-explorer is a Rails Engine plugin that makes it easy to explore the
data in your app using charts and statistics.

Make sure to go to the thorough [documentation](http://rails-data-explorer.clearcove.ca)
to find out more!

## IMPORTANT NOTE

This gem is under active development and will see significant changes until it's
officially released.

### Installation

`gem install rails-data-explorer`

or with bundler in your Gemfile:

`gem 'rails-data-explorer'`


### Concepts

* Exploration - top level container
* DataSet - like a spreadsheet with one or more columns of data
* DataSeries - like a column in a spreadsheet, with multiple rows of data
* DataType - Each DataSeries contains data of a certain type.
    * Categorical
    * Quantitative
        * Integer
        * Decimal
        * Temporal
    * Geo
* Chart -


### Dependencies

* ActionView >= 3.0
* ActiveSupport >= 3.0
* Asset pipeline (for batteries included, otherwise you'll have to pull in a number of assets manually)
* jQuery??

### Resources

* [Documentation](http://rails-data-explorer.clearcove.ca)
* [Live demo](http://rails-data-explorer-demo.herokuapp.com)
* [Changelog](https://github.com/jhund/rails-data-explorer/blob/master/CHANGELOG.md)
* [Source code (github)](https://github.com/jhund/rails-data-explorer)
* [Issues](https://github.com/jhund/rails-data-explorer/issues)
* [Rubygems.org](http://rubygems.org/gems/rails-data-explorer)

### License

[MIT licensed](https://github.com/jhund/rails-data-explorer/blob/master/MIT-LICENSE).



### Copyright

Copyright (c) 2014 Jo Hund. See [(MIT) LICENSE](https://github.com/jhund/rails-data-explorer/blob/master/MIT-LICENSE) for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-data-explorer-0.1.0 README.md