Query DynamoDB on amazon aws with MATLAB

Hi everybody,
i have a DynamoDB table on the amazon aws console. I would like to query this table using MATLAB. The Table is basically just one collumn with variables from 1 to 10. I would like MATLAB to check the first variable constantly so when this variable changes it triggers a MATLAB function.
Thanks in advance and greetings from Germany :)

 Accepted Answer

There is a Database Toolbox. You could look into the functionality it offers if you have access.
You should also look into the Database Explorer App.

2 Comments

Hi,
i had the same question and I tried using the database explorer tool. But, it only supports JDBC and ODBC databases. I do not see any option to link to a NoSQL database. Can you suggest any other option to do so?
Thanks,
Devang
I'm not overly familiar with database functionality. I saw this statement on the product page:
"Database Toolbox supports any ODBC-compliant or JDBC-compliant relational database, as well as NoSQL support for Cassandra, MongoDB, and Neo4j."
If that doesn't meet your needs, perhaps others can suggest something that meets your needs. In that case, you probably want to create your own question so people see it.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!