TrustRadius: an HG Insights company

Amazon DynamoDB Manufacturing Reviews & Insights

Score8.6 out of 10

204 Reviews and Ratings

Amazon DynamoDB Reviews

3 Reviews
ManufacturingAutomotive1Industrial Automation1Apparel & Fashion1

Extremely Scalable - Full Marks for scalability

Rating: 8 out of 10
Incentivized

Use Cases and Deployment Scope

We are a fashion ecommerce company.
We have thousands and thousands of products in our inventory, with the use of Amazon DynamoDb it is easy and quick to fetch and insert products to the database.
Each and every information such as color, size etc is stored in the db and everything is super quick and efficient.

Pros

  • Scalibilty - At times of very high traffic, Amazon DynamoDB is very easily scalable
  • Latency is low hence product fetching and insertion is quick
  • As it works in Nosql model hence it is very flexible when compared to RDBS systems

Cons

  • Automated Backup and recovery is a complex feauture, this needs to be simple as it is one of the most important feauture
  • Transactions limit needs to be increased, currently it is around 20-25 unique items
  • Cost estimation is hard and challenging

Likelihood to Recommend

It is well suited for applications that will handle high traffic as it is very scalable and easy to scale.
Due to its low latency, it is well suited for application that needs real time data processing like trading application.
But if, there is structured application then i would suggest them to go with Relational database approach unlike Amazon DynamoDB as it offers nosql

Unlocking Efficiency and Scalability: Exploring the Benefits of Amazon DynamoDB

Rating: 9 out of 10
Incentivized

Use Cases and Deployment Scope

We have high volume of data approximately 5million coming from legacy system through message queue. Those records were landed to springboot kafka but to persist data fast we tested MySQL and Oracle and there was a great number of throttling then tested Amazon DynamoDB which was super fast and without any throttling we achieved our target.

Pros

  • High availibility
  • Seamless data replication
  • Simple to implement
  • Fully managed - (managed by aws as its serverless)

Cons

  • Provide bulk delete data capability on console
  • Data migration from different db provider
  • Difficult to analyze the cost

Likelihood to Recommend

The high availability, easy to implement and secure enough to cover HIPA compliance is way to go. If you are working on data that have HIPA compliance concerns then DynamoDB is way to go.

The database is always replicated to 3 different regions seamlessly and without interrupting or slowing down the main database.

Great for a quick out of the box solution

Rating: 8 out of 10
Incentivized

Use Cases and Deployment Scope

We used it to aggregate vehicle data sent from sensors into more meaningful chunks that could then be used to feed our user interfaces and web dashboards and tables

Pros

  • Key value data was easy to collect, store, search and extend
  • DynamoDB is very easy to pickup for anyone

Cons

  • Query parameters can sometimes be a little hard to understand
  • Aggregations are not the friendliest

Likelihood to Recommend

It is fantastic for creating and integrating as a new datastore into an existing application or in a new application. It is easy to interact with especially in the AWS ecosystem when being queried from a lambda or an ECS/EC2 instance
Vetted Review
Amazon DynamoDB
1 year of experience