Show HN: PyEQS – query Elasticsearch like a Django Queryset
21–26 of 26 posts
Re: Show HN: PyEQS – query Elasticsearch like a Django Queryset
#22Re: Show HN: PyEQS – query Elasticsearch like a Django Queryset
#23I use Ruby and am massively jealous of this. Anyone know of good Ruby alternatives? thanks!
Re: Show HN: PyEQS – query Elasticsearch like a Django Queryset
#24Is the precommit hook[1] a custom one or is it an off-the-shelf Django recommended hook? Looks like it has some neat tricks and code style checking. [1]: https://github.com/Yipit/pyeqs/blob/master/pre-commit
Re: Show HN: PyEQS – query Elasticsearch like a Django Queryset
#25Earlier quoted context omitted.
Thanks for sharing this, didn't know about it. Always nice to see how other people tackle the same issue.
Putting together and composing queries in ES is error prone and I have grown quite allergic to libraries that just write off the query/filter API ES provides as "json blob lol lol". You can lose massive amounts of time debugging a broken query in ES, due in no small part to a lack of an explicit spec. To respond to the mis-aimed comment: It's not about just beginning learning - it's a problem the moment you want to p…
Re: Show HN: PyEQS – query Elasticsearch like a Django Queryset
#26Earlier quoted context omitted.
Putting together and composing queries in ES is error prone and I have grown quite allergic to libraries that just write off the query/filter API ES provides as "json blob lol lol". You can lose massive amounts of time debugging a broken query in ES, due in no small part to a lack of an explicit spec. To respond to the mis-aimed comment: It's not about just beginning learning - it's a problem the moment you want to p…
Are you referring to the drive to use more of a languages' built in operators to build queries, instead of my approach? I think the Mozilla library uses an approach like that. http://elasticutils.readthedocs.org/en/latest/