Reputation: 562
WSO2 siddhi currently doesn't have the extension for Amazon DynamoDB Store. Is there any possibility to connect DynamoDB as a storage backend for siddhi events?
Upvotes: 0
Views: 58
Reputation: 890
Currently there is no connector for Amazon DynamoDB. Also AFAIK there is no REST API to interact with DynamoDB, only SDKs. If there is a REST API we might me able to use HTTP extension to connect with DynamoDB. However this is currently in roadmap and released in the future. If the requirement is urgent you can write your own DynamoDB store extension using java-SDK. Here is the guide for extension creation. You can refer MongoDB store implementation.
Upvotes: 1