Share your experience using Amazon Timestream

The easiest route - we'll conduct a 15 minute phone interview and write up the review for you.

Use our online form to submit your review. It's quick and you can post anonymously.

Your review helps others learn about this solution
The PeerSpot community is built upon trust and sharing with peers.
It's good for your career
In today's digital world, your review shows you have valuable expertise.
You can influence the market
Vendors read their reviews and make improvements based on your feedback.
Examples of the 84,000+ reviews on PeerSpot:

Javed Zahoor - PeerSpot reviewer
VP of Innovation & Technology at Virtual Force
Real User
Offers the ability to replicate data across different instances
Pros and Cons
  • "Its speed has had the most significant impact on our projects. For starters, we used it for its flexibility. With DocumentDB, you're not tied to a rigid structure like you are with Aurora or other relational databases. This makes it great for startups."
  • "One possible improvement could be a hybrid database solution, where parts of the application leverage a relational database alongside DocumentDB. If a system were heavily relational in nature, a database like PostgreSQL might be a good fit."

What is our primary use case?

We use it in a few ways. Sometimes it functions as a cache for quick lookups using scans. Other times, DocumentDB serves as a complete backend. For example, we built the entire backend of one of our healthcare applications for Sweden using DocumentDB. We store patient records, medical information... everything runs on DocumentDB.

How has it helped my organization?

Its speed has had the most significant impact on our projects. For starters, we used it for its flexibility. With DocumentDB, you're not tied to a rigid structure like you are with Aurora or other relational databases. This makes it great for startups. 

When we work with established systems where the structure is well-defined, the speed of DocumentDB becomes the most important factor.

Compared to a relational database, scaling DocumentDB is easier because of its ability to replicate data across different instances. If you use a network-based storage service with your cluster, the primary instance doesn't even need a full local copy of the data, since it's accessible on the shared storage. That definitely contributes to scalability. 

AWS-managed services already handle a lot of the scaling complexity. We don't have to do anything. 

What needs improvement?

One possible improvement could be a hybrid database solution, where parts of the application leverage a relational database alongside DocumentDB. If a system were heavily relational in nature, a database like PostgreSQL might be a good fit. 

However, it depends on the client's specific needs. We might use the document capabilities of DocumentDB for lookups. But, if the application is likely to evolve over time and benefits from full document database functionality, that would influence the choice. 

For how long have I used the solution?

I have been using it for four to five years now. 

What do I think about the stability of the solution?

It's been quite stable. We've encountered a couple of issues with Aurora, but not with DocumentDB.

How are customer service and support?

The customer service and support team's response time is the most important factor. Ideally, we shouldn't need to contact them frequently for major issues. However, when we do need support, having a responsive team that can quickly analyze and work to resolve the issue is definitely valuable. 

As an engineer, I understand that technical issues may not always have predefined SLAs. Keeping communication open is important, but resolution timelines can depend on the specific nature of the problem.

We've had a couple of billing-related issues that were eventually resolved, but our experience with their technical support has been positive.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

We use Aurora and sometimes DocumentDB along with DynamoDB

How was the initial setup?

The initial setup is pretty straightforward. For the database itself, it's usually just the structure we need to deploy, which is handled on the software side. 

Our most complex deployments take around 20 to 30 minutes. Simpler ones can be done in just a few minutes.

What's my experience with pricing, setup cost, and licensing?

The specific DocumentDB implementation we use is on the expensive side. We tend to use it strategically in complex systems, primarily for lookup capabilities. For simpler use cases, we often choose MongoDB as a more cost-effective solution.

What other advice do I have?

I would definitely recommend using this solution. The people I usually discuss this with have some technical background. We start by analyzing their requirements, which helps determine whether DocumentDB is a good fit compared to a relational database, graph database, or other options. 

The type of data their application will handle is the primary factor in selecting a database. Once we've decided on the type of database, then we discuss specific brands. 

For instance, we might choose MongoDB or another DocumentDB engine. Other factors, like the existing platform or the potential need for data migration, also play a role.

Overall, I would rate the solution a nine out of ten. 

Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
DevOps Engineer at a consultancy with 51-200 employees
Real User
Has efficient data modeling functionality and an easy setup process
Pros and Cons
  • "The technical support team is always available to help us."
  • "If the database is kept running continuously, extra costs will be incurred. This particular area needs enhancement."

What is our primary use case?

We have enabled a state-locking mechanism in Terraform, so we store our keys in DynamoDB. 

What needs improvement?

If the database is kept running continuously, extra costs will be incurred. This particular area needs enhancement.

What do I think about the stability of the solution?

I rate the platform's stability a nine out of ten.

What do I think about the scalability of the solution?

I rate the platform's scalability a nine out of ten.

How are customer service and support?

The technical support team is always available to help us.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I worked with MongoDB and Firebase earlier. I switched to DynamoDB because of the company and client requirements. Atlassian and Google already own the other two services. I used MongoDB for a machine learning project and Firebase for an Android-level project.

How was the initial setup?

The initial setup process is easy.

What other advice do I have?

I have yet to use DynamoDB for real-time data processing in my applications. However, in Terraform, we utilized it to create multiple infrastructures. Terraform has a state-locking feature, which prevents simultaneous data updates from multiple users. For example, triggering a data update one minute before you do will lock your access until my update is completed. We implemented this feature for telco data monitoring purposes.

Data modeling in DynamoDB is simple and easy to use in our cases. You have primary and secondary tables, and then you can easily model the data. Whatever you use to access the non-structural data is how you get the storage, i.e., API gateways, workflows, and microservices that need to communicate with each other. This is where the database comes into the picture.

I advise others to be thoughtful and careful when using the platform because if you keep the database running continuously, it might cost you a lot of money. 

I recommend Amazon DynamoDB to others and rate it a nine out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer:
Flag as inappropriate