Elastic Search Design Overview

I want to implement a system where I am getting continuous data in
stream and want to index it, update it, and delete it.

Can you please help me and suggest the design overview. I am thinking
of using Couchdb and my hosting environment will be Amazon EC2.

Where should I place my data and what will be the best approach to
setup ElasticSearch in system?

On Sun, May 29, 2011 at 10:11 PM, kartavya wrote:

I want to implement a system where I am getting continuous data in
stream and want to index it, update it, and delete it.

Elasticsearch rivers may help you.

Can you please help me and suggest the design overview. I am thinking
of using Couchdb and my hosting environment will be Amazon EC2.

There is a couchdb river for this.

Regards,
Mahendra

http://twitter.com/mahendra

Thanks,
I am using river plugin.
But my question is about the precise whole system design that I should
follow.

On Mon, May 30, 2011 at 5:03 PM, Mahendra M mahendra.m@gmail.com wrote:

On Sun, May 29, 2011 at 10:11 PM, kartavya wrote:

I want to implement a system where I am getting continuous data in
stream and want to index it, update it, and delete it.

Elasticsearch rivers may help you.

Can you please help me and suggest the design overview. I am thinking
of using Couchdb and my hosting environment will be Amazon EC2.

There is a couchdb river for this.

Regards,
Mahendra

http://twitter.com/mahendra

  • deleted -