No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Elastic Search Simple aggregation/search Query library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0
~> 3.0
~> 0.9

Runtime

>= 0.10.0, ~> 0.15.0
 Project Readme

ElasticMiniQuery

TODO: Write concept.

Installation

Add this line to your application's Gemfile:

gem 'elastic_mini_query'

And then execute:

$ bundle

Or install it yourself as:

$ gem install elastic_mini_query

Compatibility

  • elasticsearch version
elasticsearch version status
0.90 not implemented
1.x not implemented
2.x not implemented
5.x yet
6.x yet
7.x compatible

Basic Usage

Search and Aggregation

Show Usage.md.

Supported ElasticSearch functionss

Search

See ElasticSearch See ElasticSaerch

Search Type Supported Since

Metric Aggregation

See ElasticSearch

Aggragation Type Supported Since
avg Yes 0.1.0
min Yes 0.1.0
max Yes 0.1.0

Bucket Aggregation

See ElasticSearch

Aggragation Type Supported Since
Date Histogram Yes 0.1.0
Filter in progress 0.1.0
Filters in progress 0.1.0
Date Range Yes 0.1.0
Histogram Yes 0.1.0

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Test

Loading test data

docker-compose run app bundle exec rake spec:data:prepare

Execute

bundle exec rspec

Or with docker-compose(recommended)

docker-compose -f docker-compose.yml -f docker-compose/rspec.yml run app

Loading data for spec

bundle exec rspec spec/seed/*.rb

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Aramassa/elastic_mini_query. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the ElasticMiniQuery project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.