Tag: odm

JavaScript evolution for Couchbase: Connect 2021 sessions
JavaScript evolution for Couchbase: Connect 2021 sessions

We had quite a few JavaScript sessions at ConnectONLINE last year, in this blog post we review some of the ones you don't want to miss.

Introducing Ottoman v2.0: An ODM for Node.js & Couchbase
Introducing Ottoman v2.0: An ODM for Node.js & Couchbase

Discover what's new in the Ottoman 2.0 release and how this Object Document Mapper (ODM) makes development a breeze when using Node.js and Couchbase.

Introduction to Ottoman With Couchbase
Introduction to Ottoman With Couchbase

Ottoman is an Object Data Modeler (ODM) for Couchbase’s Node.js SDK providing JSON schema and validation for NoSQL. Learn why to use an ODM for Couchbase.

Create a URL Shortener using Ottoman ODM with Node.js and Couchbase
Create a URL Shortener using Ottoman ODM with Node.js and Couchbase

Not too long ago I wrote about creating a URL shortener with Node.js and Couchbase N1QL. If you haven’t already seen it, the article is a great introduction to Couchbase and creating RESTful APIs using Node.js and Express Framework. The...

Developing an API with Node.js using Couchbase NoSQL and Ottoman
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...

Couchbase Node.js, Golang, Java and .NET Developer Webinars
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.

Load Nested Models With Ottoman When A Parent Model Is Found In Node.js
Load Nested Models With Ottoman When A Parent Model Is Found In Node.js

Previously I wrote about easily developing Node.js and Couchbase apps using Ottoman for ODM. That post was just a taste of what Ottoman can do and how you can compare it to the things Mongoose can do with MongoDB. This...

Full Stack Development with the CEA2N Stack Webinars
Full Stack Development with the CEA2N Stack Webinars

The blog focuses on webinar series is a great opportunity to learn about full stack development and the bleeding edge technologies that exist.

Easily Develop Node.js and Couchbase Apps with Ottoman
Easily Develop Node.js and Couchbase Apps with Ottoman

This article is going to walk through the same comparisons as the Scotch.io article, but use Ottoman and Couchbase instead of Mongoose and MongoDB.