Yes, the goal is similar - to provide a nice API without limiting any of the possibilities. It's much less restrictive (doesn't whitelist parameters) and tries not to force you to learn both Elasticsearch's query language and a DSL on top of by staying close to the original api.
It's currently work in progress but you can already see in tests some of the features like chainable API, composing queries and filters and aggregations:
I try to work closely with the fine people at Mozilla currently maintaining ElasticUtils to make sure there is a nice migration path and I don't miss anything obvious. Any feedback would be more than welcome (github, twitter, email, irc #elasticsearch-py, carrier pigeon, ...)!
Hi Yipit folks! It's Alec, from the Seattle Django group. We also developed something like this internally at Nimia due to the exact same use case: needing to access certain types of queries that didn't fit for haystack. Looks like we should have open sourced it so we could have collaborated.
I work with Andrew at Yipit. As he mentioned in a comment below, we're using features of Elasticsearch that aren't (and probably shouldn't be) exposed by haystack, and some of the query building started to get a little messy.
I'm excited Andrew decided to work on this during our last hackathon and that now we're able to share it with the community.
We've been really happy with Elasticsearch. Hopefully this library will help more people leverage Elasticsearch in their python projects.
We used to use Haystack, but found it a bit too opinionated for us once we wanted to do some custom stuff. It is a bit more faithful to the Django queryset API, something we had to abandon to let us use more of the complex Elasticsearch query features.
It is a modified version of what we use at Yipit. I stripped out mostly things related to working with Django/Flask apps. It comes in very handy when making sure we maintain style and push fewer broken commits. Feel free to re-use.
spencera|11 years ago
https://github.com/elasticsearch/elasticsearch-dsl-py
honzakral|11 years ago
It's currently work in progress but you can already see in tests some of the features like chainable API, composing queries and filters and aggregations:
https://github.com/elasticsearch/elasticsearch-dsl-py/blob/m...
I try to work closely with the fine people at Mozilla currently maintaining ElasticUtils to make sure there is a nice migration path and I don't miss anything obvious. Any feedback would be more than welcome (github, twitter, email, irc #elasticsearch-py, carrier pigeon, ...)!
kevinastone|11 years ago
http://elasticutils.readthedocs.org/
andrewgross|11 years ago
akoumjian|11 years ago
coolsunglasses|11 years ago
http://github.com/bitemyapp/bloodhound/
(Intended to act as a guide as well as a practical ES client)
andrewgross|11 years ago
zmsmith|11 years ago
I'm excited Andrew decided to work on this during our last hackathon and that now we're able to share it with the community.
We've been really happy with Elasticsearch. Hopefully this library will help more people leverage Elasticsearch in their python projects.
jaegerpicker|11 years ago
andrewgross|11 years ago
sjaaktrekhaak|11 years ago
[1]: https://github.com/Yipit/pyeqs/blob/master/pre-commit
andrewgross|11 years ago
lqdc13|11 years ago
andrewgross|11 years ago
jacquesc|11 years ago
Anyone know of good Ruby alternatives?
thanks!
sprobertson|11 years ago
andrewstuart|11 years ago
andrewgross|11 years ago
skkbits|11 years ago
[deleted]