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

Couchbase Server Community Edition

Couchbase | 3.0.1

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

Reviews from AWS Marketplace

4 AWS reviews

External reviews

98 reviews
from G2

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


4-star reviews ( Show all reviews )

    Irvin S.

Couchbase microservices for Amadeus (hotel software company)

  • May 14, 2024
  • Review provided by G2

What do you like best about the product?
I really liked how simple it is, how easy it can be dockerized and above all the document management that a good infrastructure allows.
What do you dislike about the product?
There is not much documentation for nodeJS, the orm is poorly documented and there are no very current versions to use it in the most recent versions of nodeJS
What problems is the product solving and how is that benefiting you?
unification of other services in a single document that allows sharing with other subsystems within the app


    Rameesha K.

A good tool for a distributed database

  • May 08, 2024
  • Review provided by G2

What do you like best about the product?
Couchbase is so resilient and scalable solution. The best part for me is its builtin caching to reduce the latency. Replication across datacenter is also very subtle. I am hoping it to be as competitive as MongoDb is.
What do you dislike about the product?
I would be nice to have additional features in community edition instead of the licensed one. Moreover , cluster configuration and data partitioning is complex.
What problems is the product solving and how is that benefiting you?
Its ease of use is advantageous for me. It is beneficial in my learning journey


    Ahmad R.

Its really good

  • May 03, 2024
  • Review provided by G2

What do you like best about the product?
It is really easy to use, i always love to work on nosql and it is best
What do you dislike about the product?
Community need to be grow and more people need to contribute
What problems is the product solving and how is that benefiting you?
I want no sql database always and i found it really easy to use and fast


    Utilities

Couchbase Analytics service

  • January 25, 2024
  • Review verified by G2

What do you like best about the product?
Great up times and analytics service. Very fast trasactional value. The datastructures is very well suited for JSON applications.
What do you dislike about the product?
Does not have connectors for softwares like Tableau.
What problems is the product solving and how is that benefiting you?
Helps to manage document based application very seemlessly. The bucket structure really helps in diversifying the application and growing at a scale.


    Telecommunications

Dynam data storage with flexibility

  • August 10, 2023
  • Review provided by G2

What do you like best about the product?
Its local useability for development and similar integration on deployment
What do you dislike about the product?
For earlier users of database they find it hard to search the data and understand the new concept.
What problems is the product solving and how is that benefiting you?
We have real time data handling with flexibility of requests and responses. A normal database won't help us in that and won't provide an easy ui.. There couchbase covers both the aspects


    Davide R.

Couchbase Documental Database

  • May 26, 2023
  • Review verified by G2

What do you like best about the product?
It's a good alternative to Mongo Db; it has synchronization and replica logic. it's easy to interface implement and use into your software.
What do you dislike about the product?
It has a good documentation but not great. Support it sometimes slowly.
What problems is the product solving and how is that benefiting you?
it's good if you have many client to one server architectures and each client must receive information to the other clients.


    Amit P.

Couchbase with Spring boot

  • October 18, 2022
  • Review provided by G2

What do you like best about the product?
Easy to get started. We can query over the DB using N1QL that is very similar to SQL so doesn't need extra knowledge to get started. UI is very clear and easy to understand. Indexing is easy to implement and see all the available indices and while running the queries also we can see which index got picked up. Loved this option.
What do you dislike about the product?
I was using it with Spring Webflux that is reactive, so while processing data parallely the load on couchbase goes very high and operations start failing. Would love to see some inbuilt support on this to handle traffic properly.
What problems is the product solving and how is that benefiting you?
It is a NoSql DB and provides good option to get started with NoSql without need of any extensive training for the developers. It helped me build an application that deals with millions of documents and with proper indexing it performs well.


    Telecommunications

Pretty stable with a nice WUI

  • August 25, 2022
  • Review verified by G2

What do you like best about the product?
Horizontal scalability. Good support. N1QL.
What do you dislike about the product?
Subscription Cost. Lack of guarantee of backward compatibility. Lack of enough documentation to troubleshoot, especially reading logs.
What problems is the product solving and how is that benefiting you?
Online upgrade of the database.
Horizontal scalability.


    Pierre R.

Blasing fast performance but difficult to operate at scale

  • June 14, 2022
  • Review verified by G2

What do you like best about the product?
- KV Lookups Performance
- Support for nested document JSON operations
- Comprehensive Web console with useful metrics
What do you dislike about the product?
- Frequent breaking changes on the SDK
- Server upgrades often lead to downtime as the client needs to reconnect
- .NET is poorly served in general, the documentation should be improved
What problems is the product solving and how is that benefiting you?
- Fast lookups for risk rules to be evaluated as part of a payment processing workflow
- Indexing of risk rules
- Velocity computation for risk features


    Telecommunications

High performance, high reliability

  • February 22, 2022
  • Review verified by G2

What do you like best about the product?
It's super performant and very reliable. There is a DCP (database change protocol) which can be used to react to mutations. This is very useful for any streaming use cases including integrations
What do you dislike about the product?
No materialised views. No out of the box odbc or jdbc connectors. You have to buy these from 3rd party vendors at high prices.
What problems is the product solving and how is that benefiting you?
We use it for a wide range of operational systems which serve front end and back end applications. There is no tolerance for lost data and we read and write at massive scale. We persist everything to disk and maintain around 90% of keys in memory for fast access.
Recommendations to others considering the product:
Look at the analytics and eventing modules. They are very powerful