Database Tutorials

Hero image for article
Icon for article
advancedbackendionic2mongodbnodenosql

Building a Review App with Ionic 2, MongoDB & Node

7 min read

In this tutorial we will be creating a simple review application in Ionic 2 powered by the MEAN stack - MongoDB, Express, Angular, and Node.

Hero image for article
Icon for article
advancedbackendcouchdbdatabaseionic2pouchdb

Offline Syncing in Ionic 2 with PouchDB & CouchDB

9 min read

In this tutorial we will be creating a todo list application called 'ClouDO' which will store data in a remote database and locally with offline syncing.

Hero image for article
Icon for article
advancedbackendcouchdbpouchdb

Creating a Multiple User App with PouchDB & CouchDB

6 min read

In this tutorial we are going to discuss how to create a PouchDB and CouchDB structure such that we are able to have multiple users using the same application.

Hero image for article
Icon for article
advancedbackendcouchdbionic2pouchdb

Part 2: Creating a Multiple User App with Ionic 2, PouchDB & CouchDB

9 min read

In this tutorial we are going to extend the cloud based todo application that was created previously with Ionic 2, to support multiple users and authentication.

Hero image for article
Icon for article
advancedbackendionic2mongodbnodenosql

Building a Hotel Booking App with Ionic 2, MongoDB & Node

10 min read

This tutorial will get into more advanced MongoDB concepts, including updating data and running complex queries on data.

Hero image for article
Icon for article
advancedbackendionic2mongodbnosqlscalability

Dynamically Loading Markers with MongoDB in Ionic 2 – Part 1

6 min read

In this tutorial series, we are going to cover how to dynamically load markers from a server and add them to a Google Map in Ionic 2.

Hero image for article
Icon for article
advancedbackendionic2mongodbnosqlscalability

Dynamically Loading Markers with MongoDB in Ionic 2 – Part 2

5 min read

In this tutorial series, we are going to cover how to dynamically load markers from a server and add them to a Google Map in Ionic 2.

Hero image for article
Icon for article
backendcouchdbintermediateionic2nosqlpouchdb

CouchDB, PouchDB, and Ionic 2: An Introduction

7 min read

In this article, I will be introducting the general concept of CouchDB, how the data is structured, and how it is able to so effectively scale and provide effortless synchronisation features.

Hero image for article
Icon for article
backendcouchdbintermediateionic2pouchdb

CouchDB, PouchDB, and Ionic 2: Querying Data with MapReduce

5 min read

In this tutorial, we will be focusing on how you can go about running queries against your data in CouchDB.

Hero image for article
Icon for article
backendcouchdbintermediateionic2

CouchDB, PouchDB, and Ionic 2: Starting a New Project

7 min read

In this tutorial, we start building a blogging application with Ionic 2 that uses CouchDB as its backend.

Hero image for article
Icon for article
couchdbintermediatevideo

Getting Familiar with CouchDB and Futon

1 min read

In this video tutorial, we play around with some CouchDB data using the Futon interface.

Hero image for article
Icon for article
couchdbintermediateionic2

CouchDB, PouchDB, and Ionic 2: Why PouchDB?

7 min read

In this tutorial, we are going to integrate PouchDB into the application and focus on what the role of PouchDB is when compared to CouchDB.

Hero image for article
Icon for article
backendcouchdbintermediateionic2pouchdb

CouchDB, PouchDB, and Ionic 2: Adding Posts and Live Data Updates

6 min read

In this video tutorial, we discuss the difference between @ViewChildren and @ContentChildren and walk through some examples.

Hero image for article
Icon for article
backendcouchdbintermediateionic2pouchdb

CouchDB, PouchDB, and Ionic 2: Adding Comments

6 min read

We already have the ability to add and view posts, and in this tutorial we will be adding the ability to add and view comments for specific posts.

Hero image for article
Icon for article
couchdbintermediateionic

Restricting Document Updates in CouchDB

1 min read

In this video tutorial, we take a look at creating a basic validate_doc_update function in CouchDB.

Hero image for article
Icon for article
backendcouchdbionicpouchdb

Case Study: A Complex CouchDB/PouchDB Application in Ionic

6 min read

In this article, I am going to dive a little deeper into how the CouchDB/PouchDB integration is able to achieve the core goals of Elite Ionic

Hero image for article
Icon for article
backendcouchdbintermediate

Creating a CouchDB Database on an Ubuntu Server (Digital Ocean)

7 min read

In this tutorial, we are going to walk through how you can set up your own CouchDB database on an Ubuntu server hosted with Digital Ocean

Hero image for article
Icon for article
backendcloudantcouchdbintermediate

Replicating a Cloudant Database to CouchDB

4 min read

In this tutorial, we are going to walk through how to replicate data from Cloudant to a self-hosted CouchDB database.