Category: SQL++ / N1QL Query
Developing an API with Node.js using Couchbase NoSQL and N1QL
See how to start a new Node.js app, develop RESTful API performing CRUD operations, use SQL-like N1QL queries to interact with NoSQL Couchbase data.
Chicago User Group Visits – September 2016 (Videos)
I spent nearly a week in Chicago, visiting three user groups, appearing on a video podcast, and talking to everyone who would listen about Couchbase. Something happened at the Chicago .NET Developers Downtown user group that I have never seen...
Couchbase Node.js, Golang, Java and .NET Developer Webinars
Watch all three webinars which helps to build a fully functional full-stack web application using either Java, .NET, Node.js, or Golang.
.NET and Couchbase – August 2016, Dayton Ohio (video)
I was a guest speaker at the Dayton .NET Developers Group on August 24, 2016. My topic was Full Stack Development with .NET and NoSQL. The group and venue kindly allowed me to record the session, and so I’ve posted...
New Raw Query Result for the Java SDK
Latest version of our Java SDK (2.3.3 at the time of writing) introduces a new class: RawQueryExecutor. It gives you the direct result of a N1QL or FTS query as a JSON String or JsonObject, just like if you were...
SQL for JSON and Full Stack Development – August 2016, Tulsa Tech Fest (Videos)
I was a speaker at the Tulsa Tech Fest on August 5th, 2016. I had a great time, met a lot of new people, and talked a lot about Couchbase. It’s rare for me to go to a conference or...
Upcoming #Couchbase Events in Chicago
I’m going to be in Chicago for most of next week. If you’re in Chicago and interested in NoSQL and Couchbase, now is a good chance to attend some sessions, visit some great user groups, and ask me questions in-person....
The Simplicity of RxJava with N1QL Queries and Couchbase
The Simplicity of RxJava with N1QL Queries and Couchbase Have you ever tried to query Couchbase using N1QL and the Java SDK's synchronous API? It works well and isn't particularly difficult, but I find it to be a little messy,...
Copying Documents Between Buckets in Couchbase
Is copying documents between buckets possible in Couchbase? This post answers the question of whether you can copy documents from one bucket to another.
Using the Couchbase Sub-Document API with the Node.js SDK
Many questions pop up in the Couchbase forum and Stack Overflow regarding reading and writing only parts of a document rather than the full document. I can see where this would be a concern. For example, what if you have...
How to use #Couchbase Query Workbench
This video shows the new Query Workbench in Couchbase Server 4.5. For more information, check out my blog post from July about Query Workbench. If you’d like to learn more about how to use Couchbase, please visit our Couchbase Developer...
.NET and Couchbase – July 2016, Findlay Ohio (video)
I was a guest speaker at the FANUG (Findlay Area .NET User Group) on July 26, 2016. My topic was Full Stack Development with .NET and NoSQL. The group and venue kindly allowed me to record the session, and so...
Top Posts
- Data Modeling Explained: Conceptual, Physical, Logical
- Data Analysis Methods: Qualitative vs. Quantitative Techniques
- What are Embedding Models? An Overview
- What are Vector Embeddings?
- What Is Data Analysis? Types, Methods, and Tools for Research
- Semantic Search vs. Keyword Search: What’s the Difference?
- A Breakdown of Graph RAG vs. Vector RAG
- Application Development Life Cycle (Phases and Management Models)
- A Guide to Vector Search