python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Couchbase Server Container, inside of a Linux(Centos) container fails to connect
I have created a Linux Centos container through the following Dockerfile:
FROM centos
RUN cd /etc/yum.repos.d/
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
RUN sed -i 's|#baseu...
shaped
Votes: 0
Answers: 0
select a particular field from nested subdocuments Couchbase
I have in a couchbase bucket documents having this structure:
"name": {
"grandfather": {
"parent1": {
"child1": [
{
...
fed
Votes: 0
Answers: 1
Docker image for Nodejs and Couchbase SDK
So we have a nodejs micro-service using the NodeJS Couchbase SDK 3.2
We are trying to build a minimal docker image for our App using the Alpine base image but it seems the sdk needs more than what we ...
SpartanX1
Votes: 0
Answers: 1
How to use the LENGTH() String Function in a N1QL Query (Couchbase Query)
I am trying to search for an ID that is exactly 4 digits, I know I need to use the LENGTH() String Function but can't find an example of how to use it. I'm trying the below (and other variations) but ...
Marcelino Lucero III
Votes: 0
Answers: 1