giantoak / memex_queries

Python module for queries against MEMEX resources.
2 stars 1 forks source link

Replace elasticsearch-py with requests #16

Open pmlandwehr opened 8 years ago

pmlandwehr commented 8 years ago

requests is really well maintained, and can do anything elasticsearch can do. Unless there's a really good argument, let's swap out elasticsearch-py for requests. (We'll also probably need requests for Solr, so this is a good move for keeping the two on the same footing.)