Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

CouchDB by Intuz

Intuz | 3.1.1

Linux/Unix, Ubuntu 20.04 - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

42 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Weldys S.

CouchDB is good noSQL database

  • February 20, 2016
  • Review provided by G2

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.


    Harshith K.

CouchDB for analytics on a large distributed video streaming service

  • July 24, 2015
  • Review provided by G2

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.