PouchDB Playbook: Simplify Offline Web Application Storage

Go to class
Write Review

Free Online Course: PouchDB Playbook: Simplify Offline Web Application Storage provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. PouchDB Playbook: Simplify Offline Web Application Storage is taught by Paul D. Sheriff.

Overview
  • PouchDB is a great NoSQL database used for storing offline data for your web applications. You will learn to use PouchDB's consistent, promise-based API to simplify data management using JavaScript.

    Offline web applications are becoming very prevalent today. In order to create an offline web application, you must take into account where to store data. A great option is to use PouchDB. In this course, PouchDB Playbook: Simplify Offline Web Application Storage, you will learn to store and retrieve data from a client-side database using PouchDB's NoSQL API. First, you will see how to add, edit, and delete documents, and perform bulk update and retrieval. Then, you will discover how to use Mango queries and the find() API. Finally, you will learn to use map and reduce queries to create design documents and gather statistics. By the time you are finished, you will have enough knowledge to start using PouchDB immediately in your own offline web application.

    Topics:

    • Course Overview
    • Getting Started withPouchDB
    • Bulk Operations with PouchDB
    • Using Mango Queries in PouchDB
    • Using Map Queries in PouchDB
    • Using Reduce Functions to Gather Statistics