Category: Ottoman.js ODM

How to Build Real World Web Applications with Couchbase
How to Build Real World Web Applications with Couchbase

I embarked on a journey to build an ASP.NET + Couchbase implementation - a solid starting point for .NET devevelopers using Couchbase

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.

5 Reasons for Developers to Attend Couchbase Connect
5 Reasons for Developers to Attend Couchbase Connect

Discover why you should attend this year's Couchbase Connect conference if you're a developer, DevOps or architect – see you there on 20-21 October 2021.

A Better Development Experience with Ottoman JS [Video]
A Better Development Experience with Ottoman JS [Video]

Catch up with Eric Bishard's presentation at JavaScript & Friends conference and learn more about using Ottoman JS – an ODM build for Couchbase and Node.js.

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.

Graphql server with node and couchbase, ottoman and spatial view
Graphql server with node and couchbase, ottoman and spatial view

Learn how to perform a geographical query in our data with couchbase.and how we can avoid underfetching or overfetching using Graphql.

Migrate from MongoDB Mongoose to Couchbase with Ottoman
Migrate from MongoDB Mongoose to Couchbase with Ottoman

Learn how to migrate your Mongoose and MongoDB powered Node.js application to a faster and more scalable Ottoman and Couchbase powered solution.

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...