couchbase Questions

5

Is there a simple way to use spring data couchbase with documents that do not have _class attribute? In the couchbase I have something like this in my sampledata bucket: { "username" : "alice", ...
Edmondedmonda asked 9/8, 2016 at 9:57

1

I have the following test code: def loop_bucket_gets bucket = Couchbase::Bucket.new({:node_list => ['xxx.xxx.xxx.xxx:8091', 'yyy.yyy.yyy.yyy:8091'], :bucket => 'Foo', :pool => 'default...
Sensillum asked 3/11, 2014 at 10:28

5

Solved

I need to clear a Couchbase bucket each time before unit test runs. I use the Java SDK > 2.0 version. In previous versions I found this wonderful method http://www.couchbase.com/autodocs/couchbase-...
Shayn asked 29/8, 2015 at 15:21

4

Solved

What does this error mean .. It runs fine in Eclipse but not in intellij idea Exception in thread "main" java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass...
Rubetta asked 8/8, 2013 at 23:51

1

Solved

I just getting started with Couchbase in Go, using the library gocb. Just as a proof of concept trying to query my server for a specific ID and get a result. Here is a modified code sample below. c...
Leftover asked 21/7, 2022 at 18:33

5

What does this Python requests error mean? Does this mean it tries to connect to the server and couldn't? What does [Errno 8] nodename nor servname provided, or not known mean? File "python2.7/s...
Corrasion asked 8/3, 2013 at 3:37

2

Solved

I couldn't understand the different between a request and a statement and how consistency is related to each of them.
Proboscidean asked 10/11, 2017 at 8:3

2

Solved

For example I have created cluster with 1GB RAM memory per node. After some time I want to increase RAM memory for claster for example to 2GB per node. I assumed that I can do that through Couchbas...
Dietitian asked 26/6, 2012 at 15:28

5

Solved

All, I'm trying to install the Python Couchbase lib in my Linux server, but it's failing with "libcouchbase/couchbase.h: No such file or directory". I also cannot find which package contains the c...
Fatten asked 27/12, 2014 at 18:56

1

Solved

hi I am using identityserver4 in backend for getting jwt token inside of my app I want send my token to syncgateway and take a sessionid I read this article https://docs.couchbase.com/sync-gateway/...
Peracid asked 30/8, 2020 at 8:56

4

Is there any support for Couchbase Sync Gateway's "Channels" in Pouch DB? I'd like to be able to have uses see a subset of the overall data and if they create new data to be able to share whom they...
Sexlimited asked 17/4, 2014 at 21:5

4

Solved

I am studing couchbase now, I am really confused by the official description of the term 'bucket' and 'vbucket', can anybody explain what exactely a bucket or vbucket is ? what's the difference? Be...
Aleenaleetha asked 20/11, 2013 at 9:38

2

Solved

I would like to be able to do some data manipulation when documents are updated or created in Couchbase. Documents can arrive in our database either via Sync Gateway or our own code which streams ...
Gateway asked 16/10, 2018 at 21:31

2

Solved

I Have two repository interfaces that connect : MongoDB and CouchBase : public interface UserRepositoryMongo extends MongoRepository<User, Long> { } public interface UserRepositoryCouch exten...
Equality asked 1/6, 2020 at 2:1

2

I'm currently using couchbase-lite inside my iOS and android application to sync down files from a database running CouchDB. Every so often I remove files that are not longer needed, and I would l...

1

Solved

I am getting started with Couchbase Mobile. The feature that I am most interested (for now) is PULL replication (keep data on mobile in sync with backend database). I followed the steps described...

3

Are there any essential differences between CouchDB and Couchbase?
Aciculate asked 7/4, 2011 at 9:6

2

Solved

I'm creating an utility in Spring Boot to connect and insert/upsert data into the couchbase in the more generic way possible. I have something like this: public interface GenericRepository extend...

2

Solved

I use Observables in couchbase. What is the difference between Schedulers.io() and Schedulers.computation()?
Aleron asked 27/10, 2015 at 14:14

3

Solved

I am looking for a way to generate a unique ID for nosql database. Unlike relational database there is no idea of rows which means there is no last row to increment from. The most common way to ha...
Habitant asked 10/8, 2014 at 15:5

2

I am working with java in a maven project. I was using couchbase 2.3.1 but in trying to resolve this issue I rolled back to 2.2.8 to no avail. The issue I get is that while I do get date through ...
Kitkitchen asked 23/11, 2016 at 8:2

1

Solved

On the Couchbase documentation https://docs.couchbase.com/server/6.0/n1ql/n1ql-language-reference/patternmatchingfun.html I saw that: REGEXP_CONTAINS(expression, pattern) Returns True if the st...
Gala asked 6/3, 2019 at 10:2

2

Solved

I followed the couchbase tutorial to connect to remote couchbase server, but it failed on connection time out after I try to open default bucket. I have checked that I can open couchbase server pa...
Shaun asked 24/7, 2015 at 8:3

0

I am trying to use Spring Data Couchbase to connect to Couchbase server using SSL certificates. I believe the certificate is configured correctly and can log in to the bucket using CertAuth but I a...
Zwick asked 13/2, 2019 at 14:30

2

Solved

I'm trying to use AWS Lambda to transfer data from my S3 bucket to Couchbase server, and I'm writing in Python. So I need to import couchbase module in my Python script. Usually if there are extern...
Queridas asked 25/6, 2016 at 18:34

© 2022 - 2025 — McMap. All rights reserved.