Can anyone recommend any well written open source projects that use the ES Python API?
I've written a ES Class with a bunch of functions inside that create a connection to ES and execute various queries and deal with the response.
I think one thing that could be really improved is how I deal with the response objects, but was hoping to see how others have done it.