
Reviews from AWS Marketplace
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews

External reviews are not included in the AWS star rating for the product.
CouchDB is good noSQL database
What do you like best about the product?
Use CouchDB is a sensation of freedom from tables or SQL rules. Your app will be able to be more flexible
What do you dislike about the product?
CouchDB use your all disk if you do not be careful. You index system could be dangerous and freeze you system.
What problems is the product solving and how is that benefiting you?
With CouchDB I create an app and I have a great performance. But I had to learn advanced points to gain some disk space
Recommendations to others considering the product:
Learn some noSQL before use any noSQL database.
- Leave a Comment |
- Mark review as helpful
CouchDB for analytics on a large distributed video streaming service
What do you like best about the product?
CouchDB is a great document NoSQL datastore with excellent data aggregation capabilities. I have used it for append-only data (analytics) on a distributed video streaming service hosted on the cloud. It is very simple yet powerful.
What do you dislike about the product?
Like any other document based datastore, it does not work well with relational data. It is best used for data that is loosely coupled and works well with append-only data.
What problems is the product solving and how is that benefiting you?
I used CouchDB to simplify analytics collection and aggregation for a video streaming service. It enabled on-demand availability of analytics data instead of the previous batch processed aggregation implemented on a relational database.
Recommendations to others considering the product:
Play around with the aggregations and the distributed nature. This is extremely useful and can lead to some creative solutions to a lot of problems.
showing 41 - 42