You could do this with PyES (assuming you use python App Engine) -
although urllib3 which it uses to communicate will almost certainly
not work out of the box. Also bear in mind that App Engine urlfetch
only lets you make requests to :80 and :443
On Apr 13, 1:06 pm, Shay Banon shay.ba...@elasticsearch.com wrote:
Yes, but you will need to write your client and talk to elasticsearch using the REST API.
On Wednesday, April 13, 2011 at 3:05 PM, Kristian Jörg wrote:
But running a client in Google App engine would work right?
Then I could run the ES cluster in another cloud environment and "talk" to that?Shay Banon skrev 2011-04-13 12:46:
No, its too restricted env to run on...
On Wednesday, April 13, 2011 at 12:09 PM, Kristian Jörg wrote:Is it possible to run an ES cluster in Google App Engine?