Category: Node.js
Developing an API with Node.js using Couchbase NoSQL and Ottoman
Not too long ago I released a lengthy tutorial video on the topic of creating an API with Node.js and Couchbase that used N1QL for querying. However, that is only one of several ways to get the job done. If...
Developing an API with Node.js using Couchbase NoSQL and N1QL
Have you ever wanted to create a RESTful API with Node.js, but wasn’t sure where to start? How do you design your endpoints or interact with the data layer? How do you store your data? In this, start to finish,...
Upcoming #Couchbase Events in Austin, Houston and New York City
I’m going to be in New York on October 8th and Texas from October 10th to October 13th. If you’re in any of those areas and interested in NoSQL and Couchbase, now is a good chance to attend some sessions, visit...
Couchbase Node.js, Golang, Java and .NET Developer Webinars
I am pleased to announce that a collection of Couchbase developer webinars have been released to the public. These webinars cover the construction of an issue tracking application built with various programming languages in combination with Couchbase Server. Learn how...
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...
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...
Getting Multiple Documents by Key in a Single Operation with Node.js
There are many different ways to query for data in Couchbase Server. You can do direct lookups for documents based on their key, you can query views, or you can even write N1QL queries. When it comes to obtaining data,...
Node.js and Couchbase – July 2016, Columbus Ohio (video)
I was a guest speaker at the CBusJS Columbus JavaScript User Group on July 20, 2016. My topic was Full Stack Development with Node.js and NoSQL. The group and venue was kind enough to let me record the session. I’ve...
Using Full Text Search (FTS) in Couchbase with the Node.js SDK
When I develop applications I always find myself running into a scenario where I need to search for a particular set of text within a chunk of data. I, like many others, often find myself taking the easy way out...
Getting Started with Node.js and Couchbase
In this video tutorial you can see how to build a very simple Node.js with Express Framework application that uses Couchbase Server as the NoSQL database. For more information on how to use Couchbase with Node.js, visit the Couchbase Developer...
Couchbase will be at DevNation 2016
I am excited to say that I will be at DevNation 2016 in San Francisco with my colleague, Arun Gupta. This is a huge developer conference hosted by Red Hat. At DevNation we’ll be talking about full stack development using Node.js and...
Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 5: Graphing User Data
Part 5: Graphing Necessary Materials: Node.js Express Chart.js Node Modules Used: tc-angular-chartjs body-parser moment.js Summary: To maintain a social network, and improve the experience for an end-user, it’s important to keep track of information about these users and their usage...