fullscale / elastic.js

A JavaScript implementation of the elasticsearch Query DSL
http://docs.fullscale.co/elasticjs/
MIT License
654 stars 163 forks source link

Activity of elastic.js #87

Closed mewwts closed 6 years ago

mewwts commented 9 years ago

I stumbled upon this project when I was getting a bit sick of writing out all my queries in my programs. But the fact that it has not received any love for ~ 6 months make me very sceptical towards it. For example, the relatively new Filters aggregation is not present in the source. Pull Requests hanging from 2014 is not a good sign either.

Is this project dead?

fvelosa commented 9 years ago

+1

waldemarnt commented 9 years ago

+1

vaishaks commented 9 years ago

+1

mklaber commented 9 years ago

:+1:

Asimov4 commented 9 years ago

This documentation: http://www.fullscale.co/elasticjs/ points to http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html as the official javascript elasticsearch client.

It would be nice for the owner of this package @fullscale and @mattweber to add a note in the README redirecting people to https://github.com/elastic/elasticsearch-js

Asimov4 commented 9 years ago

Actually, based on this conversation: https://github.com/elastic/elasticsearch-js/issues/209, it looks like the two packages are serving different purposes.

chevcast commented 9 years ago

The last issue was closed in September :/

ghost commented 9 years ago

+1

ErwanPigneul commented 9 years ago

This fork is updated : https://github.com/ErwanPigneul/elastic.js

Used in https://github.com/pagesjaunes/curiosity

mewwts commented 9 years ago

Thanks @ErwanPigneul :+1: