Openblocks x DynamoDB

Openblocks x DynamoDB

Openblocks · 2 minute read
  1. Connect to DynamoDB in Openblocks
  2. Using DynamoDB in Openblocks
  3. CRUD operations
  4. Access data
  5. About Openblocks

Amazon DynamoDB is a fully managed NoSQL database service offered by Amazon Web Services (AWS). It is designed to handle massive workloads with low latency and high scalability. DynamoDB is a key-value and document database that allows for flexible data modeling and can store and retrieve any amount of data, from a few gigabytes to petabytes of data. It offers automatic scaling, backup and restore, and provides built-in security features to ensure data privacy and integrity. DynamoDB is used by businesses, organizations, and developers for various applications such as web and mobile apps, gaming, IoT, and ad tech. It is known for its high performance, reliability, and ease of use.

Connect to DynamoDB in Openblocks

Step 1: Create new data sources > Select DynamoDB, and fill in the fields.

Step 2: Create DynamoDB queries.

Step 3: Display query results in specified components.

Using DynamoDB in Openblocks

CRUD operations

When connected to DynamoDB in Openblocks, you can perform create, read, update, and delete operations.

Access data

You can check the data structure in the data browser panel, and access query results via {{queryName.data}} anywhere in your app.

About Openblocks

Openblocks is an open-source low-code platform where you can find 50+ built-in components. It also offers excellent documentation to discuss technical details, present practical tutorials, and provide all the information you need know for building an app. On Openblocks, you can get connected to most databases and any API within clicks, design custom components, share apps with colleagues or customers, and more.

Start your first app now and feel free to reach the vibrant community on Discord if you encounter any issue or would like to share an idea!