Couchbase is open source NoSQL for mission-critical systems. Discover why developers around the world trust Couchbase Server to deliver the flexibility, scalability, and performance they need for their interactive web applications.
2
votes
1answer
59 views
Couchbase queries using composite keys in F#
How would one translate the following composite key query:
?stale=false&connection_timeout=60000&limit=10&skip=0&startkey=["Default",{}]&endkey=["Default"]&descending=true
...
0
votes
0answers
20 views
Querying graph structured data in couchbase
Given some couchbase documents representing a graph, for example:
{ id: 1, name: "Node 1", type: "node" }
{ id: 2, name: "Node 2", type: "node" }
{ id: 3, name: "Node 3", type: "node" }
{ from_node: ...
0
votes
1answer
13 views
How to set expiry for the CouchBase using couchnode
I am storing the data in CouchBase from Node.js app using the following codes (couchnode client):
//Expiry information of couchbase doucumenets. fetched from config.json
//Expiry is less than ...
0
votes
1answer
22 views
CouchbaseClient how to get list of all DesignDocuments in the bucket
I'm trying programmatically retrieve list of all design documents in the given bucket via CouchbaseClient. I have followed creating-views-from-sdk documentation but its only explains how to create ...
0
votes
1answer
15 views
Couchbase view results not returning with newly added document
I am having a simple databucket with 5 documents, and adding the data through web application using CSharp driver. ex: {'key':'Version', 'value': '1.0'}
When I request back the whole list from UI or ...
0
votes
2answers
23 views
What will be the best way to reuse a CouchBase conneciton
I am using the following code for connecting the CouchBase
couchbase.connect(config.CouchBaseConnector, function (err, CouchBaseDB) {
if (err) {
throw (err)
}
...
0
votes
0answers
15 views
Examples and documentation for couchnode
I am trying to integrate couchbase into my NodeJS application with couchnode module. Looks like it lacks of documentation. I see a lot of methods with parameters there in the source code but I can't ...
0
votes
1answer
24 views
Couchbase: Why do my views never return more than 22 rows?
I have a view defined like this:
function (doc, meta) {
emit(meta.id, null);
}
I'm expecting this view to return ids for all documents but it never returns more than 22 documents. At the moment ...
0
votes
0answers
16 views
couchbase running in the cloud, ip address nightmare
I have couchbase running up on a vm (azure), whenever i configure it to use an external ip or hostname, it won't start and i get an error in its log like this:
...
0
votes
2answers
23 views
Close Couchbase connection once entries have been saved
I use Faker to insert some dummy data into Couchbase database. It seems to me that I need to close the connection on the insertion operations complete because now when it inserts all the entries, the ...
0
votes
0answers
16 views
Couchbase Lite iOS: CouchCocoa's unversionedURL and CouchbaseLite's bodyURL, are they same?
I've been working on Couchbase-Lite (aka TouchDB) for an iOS app. Meanwhile, I was trying to figure out what's new in CBL and faced following question:
@property (readonly) NSURL* bodyURL; ...
0
votes
2answers
59 views
ElasticSearch - Using FilterBuilders
I am new to ElasticSearch and Couchbase. I am building a sample Java application to learn more about ElasticSearch and Couchbase.
Reading the ElasticSearch Java API, Filters are better used in cases ...
0
votes
1answer
36 views
How to set up CouchDB-Lucene on Android
We are enhancing an Android app to have advanced SEARCH features.
The app uses Couchbase-mobile (version 2.0.0) as a an Android service...
I am not sure how simple it is to integrate something like ...
1
vote
1answer
36 views
Is partial replication of couch db doc with attachment possible?
We use couchDB (and CouchBase on mobile/tablet). Some of the couch documents have attachments.
Is it safe to assume that when the document (which has attachment) is replicated to tablet, the ...
0
votes
0answers
21 views
Error while replicating couch db
When replcating couch db from remote system to local system through _changes feed, I get this error
`05-04 19:19:48.089: ERROR/CouchDB(984): [error] [<0.115.0>] Error in replication ...
0
votes
2answers
26 views
Couchbase document dates search - DateTime.Now()
I have a document in CB which has two dates, a start date and an end date. Let's say, a product's price discount. 10% off starting from today and ends next Friday. How can I get all the documents from ...
0
votes
0answers
22 views
Couchbase's view Automated Index Updates setting
Looking for a way to change Couchbase's view Automated Index Updates setting.
I've followed this Couchbase documentation and produced the following curl command:
curl -X POST ...
0
votes
1answer
94 views
How to install couchbase node module on Windows 7 64-bit using npm? [closed]
I am trying to install couchbase on my machine (Win 7 64-bit). And I am getting the following error during the installation attempt using npm.
Can anyone tell me how can I proceed with the ...
0
votes
0answers
29 views
Dealing with versioning in couchbase
My problem is, I start with a class like this:
public class MyType {
public string PropertyOne { get; set; }
public string PropertyTwo { get; set; }
}
I then go and store this on couchbase ...
3
votes
1answer
28 views
php libcouchbase exception straight after instalation
i have installed couchbase on ubuntu:
$ php -i | grep couchbase
Additional .ini files parsed => /etc/php5/cli/conf.d/couchbase.ini,
couchbase
couchbase support => enabled
libcouchbase version ...
0
votes
1answer
42 views
Couchbase Views length - searching on multiple factors
Straight up, I have read: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views-writing-bestpractice.html and various other pages on Couchbase site, but the following question just ...
-1
votes
0answers
65 views
Which NoSQL DB to test for log analysis
I have a server application that collects the user operation data sent by my client application.
There are few hundred operators, around 100 different kind of events that may be collected, and each ...
-1
votes
0answers
28 views
Caching Solution For Flex website [closed]
I have situation in which i have a Flex site to display the trends and graphs of certain for particular time by fetching data on MS sql server.I have data in hours,mins and day.These are already ...
1
vote
1answer
52 views
Jetty: storing session data in couchbase server
Short description
I am looking for session manager for Jetty server which can store data couchbase cluster. I want to have advantage of couchbase server that if one server goes down, application ...
0
votes
0answers
28 views
Couch Base Null Reference Exception
I am using couchbase cache in my ASP .NET MVC Application. In development server its working fine.Once I published to production Servers and after some time a Nullreference Exception is being ...
1
vote
1answer
40 views
Writing reduce function in couchbase
This is my first attempt at couchbase.
{
"member_id": "12345",
"devices": [
{
"device_id": "1",
"hashes": [
"h1",
"h2",
...
0
votes
0answers
63 views
PHP CentOS - Couchbase Connection failure
I have a problem connecting to the Couchbase database on the server. I installed Couchbase and it's running fine on the server. I can access it via the console, and also through the web application ...
1
vote
0answers
13 views
OAuth replication with certificates?
Thanks to a detailed answer from @Kxepal making OAuth work with CouchDB replication works. Now I'm looking for insight how to replace the keys known to the admin with X509 (or others) keys, so the ...
0
votes
2answers
57 views
Use couchDB with vert.x
I'm looking into a NoSQL database for use with Vert.x
Based on the not so favorable results mongoDB is out, so I'm looking at CouchDB/CouchBase, not at least since some of our data collection runs on ...
0
votes
2answers
38 views
Recover Couchbase password without knowing it
I'm working on a mac, downloaded the community edition for mac. Launched the app, and opened the admin console. So far so good, untill I logged out. Now I can't log in again since I've never had to ...
0
votes
0answers
59 views
Initialize and Using Rails.logger while rails load classes(which is before Application.Initialize! method call in environment.rb)
I developed an application using JRuby on Rails connecting to a Couchbase Server back-end using the latest Couchbase Java SDK released (atm 1.1.4).
I defined CLIENT constant inside Shaparak module ...
0
votes
1answer
15 views
Re-adding documents to Couchbase Server 2.0.1 fails
I experienced a weird behaviour on my Couchbase cluster running version 2.0.1 community edition (build-170-rel).
Through PHP-lib I execute the following code:
$json = json_encode(array('hello' => ...
0
votes
1answer
42 views
Managing DI for Couchbase client
With RavenDb it was really a piece of cake:
public class DataAccessModule : NinjectModule {
public override void Load() {
Bind<IDocumentStore>().ToMethod(
context => ...
1
vote
0answers
40 views
How to create Asynchronous Tornado HTTP Server?
I have written the following HTTP Redirecting Server. During test I realized that it making call in a blocking manner, majorly because of syncronous call to couchbase. How can I run parallel ...
1
vote
1answer
35 views
Coucbase large view vs small view and multiple gets
Let's imagine that we have some couchbase bucket containing N docs, each S bytes size and V views count. We need to retreive those docs incl. all info that they contain.
One way:
Create a view that ...
1
vote
1answer
90 views
How to delete all items in the bucket?
I was wondering how can i delete all the items in the Couchbase bucket.
I'm using java client.
I've tried to run client.flush() method. Flush is enabled on bucket.
But it throws exception :
...
1
vote
2answers
74 views
CouchDB / Couchbase view ordered by number of keys
I'm trying to write a view which shows me the top 10 tags used in my system. It's fairly easy to get the amount with _count in the reduce function, but that does not order the list by the numbers. Is ...
1
vote
1answer
59 views
After changing the IP in of CouchBase server how to get back the database
Scenario:
Installed the CouchBase Server and faced the following issue:
IP address seems to have changed. Unable to listen on 'ns_1@169.254.20.219'
Got it resolved by following the steps on ...
0
votes
0answers
34 views
Couchbase MapReduce Functions [closed]
I am looking for a library of MapReduce functions to use with Couchbase 2.0. Does anyone know of a website that provides a library/collection of such or other Couchbase functions/collections of code ...
0
votes
0answers
23 views
Couchbase 1.7.1 'ip address has changed'
I've been running couch 1.7.1 with 2 nodes fine for quite a while and all of a sudden I'm receiving the following errors in my logs
IP address seems to have changed. Unable to listen on ...
0
votes
1answer
34 views
What is not_found in this geocouch error?
I'm a bit new to geocouch, and have basically no experience with erlang, currently I am getting what I think might be an index corruption that leads to badmatch errors, but I'm not entirely sure. This ...
0
votes
2answers
74 views
How Couchbase achieves strong consistency
I searched for an explanation on how Couchbase achieves strong consistency inside a cluster. Is all of this as a result of using membase?
2
votes
1answer
79 views
Installing couchbase client SDK for PHP on XAMPP on Windows
as I couldn't find any question regarding this subject and after getting in touch with Couchbase support I was finally able to setup couchbase PHP SDK on XAMPP on Windows (7 untimate in my case, but ...
1
vote
1answer
49 views
xdcr replication of identical data
i will be using couchbase as the database for my website. i plan for the website to be international so i will probably have datacenters in the usa, europe and australia to keep latency low. i also ...
0
votes
1answer
72 views
Distributed database for tree structured data?
I'm looking for a database that is designed to handle tree structured data. I've looked into Neo4j and it's nice, but it doesn't really support sharding. Couchbase on the other hand isn't really built ...
1
vote
0answers
20 views
couchcocoa callbacks
I am trying to listen for changes of certain data sets in couchdb which need's to get callbacked if any _changes have been made to those documents. Is there anyway in couchcocoa as of today that does ...
2
votes
1answer
61 views
Why couchdb's reduce is implemented this way?
For example, this is a function that returns the sum and length of a row:
function(key, values, rereduce) {
var result = {total: 0, count: 0};
for(i=0; i < values.length; i++) {
...
1
vote
1answer
50 views
Couchbase Java getAndLock confusion
I have two questions. I have a multithreaded Java application. What happens when a thread calls getAndLock on a key, and immediately after that another thread calls getAndLock on the same key?
Will ...
-2
votes
1answer
69 views
Can Memcached read/write to disk after time_to_live? [closed]
A WebApp writes a stream of data coming over a network to disk as key/value pair and then reads & send it over network again after few milliseconds in 99% of case. In 1% of cases write/read can be ...
1
vote
1answer
46 views
Stopping Couchbase Elasticsearch XDCR OutOfMemory Error
I am running a proof of concept on a VM with 4Gb Ram. I have around 2 million docs in Couchbase and want to get them all into Elasticsearch using the XDCR plugin however Couchbase pushes ES too hard ...


