karmi / retire

A rich Ruby API and DSL for the Elasticsearch search engine
http://karmi.github.com/retire/
MIT License
1.86k stars 533 forks source link

Integrate w/ Amazon cloudsearch #312

Closed jhl-zest closed 12 years ago

jhl-zest commented 12 years ago

Any plans to integrate w/ amazon cloudsearch? it seems like they have a json format (search data format), which looks a lot like the elasticsearch json format (or is it identical?). Given this, what would it take to integrate tire with amazon cloudsearch? http://aws.amazon.com/cloudsearch/

karmi commented 12 years ago

Hey,

interesting idea :)

Both take JSON as input and give it as output, but the ElasticSearch and CloudSearch search APIs seem to be very different to me.

Karel