Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/undr/chewy_query

The query builder for ElasticSearch which was extracted from chewy gem.
https://github.com/undr/chewy_query

Last synced: about 1 month ago
JSON representation

The query builder for ElasticSearch which was extracted from chewy gem.

Awesome Lists containing this project

README

        

# ChewyQuery

The query builder for ElasticSearch which was extracted from [chewy](https://github.com/toptal/chewy) gem.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'chewy_query'
```

And then execute:

```
$ bundle
```

Or install it yourself as:

```
$ gem install chewy_query
```

## Usage

See [chewy querying](https://github.com/toptal/chewy#index-querying).

Many thanks to @pyromaniac for his [chewy](https://github.com/toptal/chewy).

## Contributing

1. Fork it ( https://github.com/undr/chewy_query/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request