DynamoDB river plugin

Hi,
I've created a river plugin for AWS DynamoDB. It can fetch data from
DynamoDB and index into Elasticsearch.

Thanks,
Kevin

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5167b26e-67e3-42fa-aef2-e6e0e2f12120%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi,

Thanks for creating java code which fetch the data from the DynamoDB.

However i have some basic questions.

  • How i can run this code?
  • I have my services for AWS created as REST web services using apache CXF
  • This code is the jar packaging. So how will be the deployment?

Thanks in advance!

Hi,

Somehow i solved to run the plugin in Elasticsearch but now the issue is
it is not fetching the value from my dynamoDB table i.e. Recipe.

i tried this....

curl -XPUT 'localhost:9200/_river/dynamodb/_meta' -d '{
"type" : "dynamodb",
"dynamodb" : {
"access_key" : "XXXXXX",
"secret_key" : "XXXXXXXXXXXXXX",
"table_name" : "Recipe",
"id_field" : "recipeID"
}
}'

What it does it add the created river data in index but then my node
stopped working. It is no more connectable.

Not sure what i could do. ANy suggestion? did you faced the same issue?

Waiting for your reply!

Thanks in Advance!!

Regards,
Nilay

On Monday, February 10, 2014 at 5:26:50 PM UTC+5:30, Kevin Wang wrote:

Hi,
I've created a river plugin for AWS DynamoDB. It can fetch data from
DynamoDB and index into Elasticsearch.

GitHub - kzwang/elasticsearch-river-dynamodb: DynamoDB River for ElasticSearch

Thanks,
Kevin

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7fb9de6a-2907-4686-b5ec-31e232dc4842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.