Simply RethinkDB

Simply RethinkDB

Vinh Quốc Nguyễn
This is a sample of the book's content.Buy on Leanpub

Table of Contents

1. Welcome›

  • Introduction
  • Why learn RethinkDB?
  • Feedback
  • Credit

2. Getting to know RethinkDB›

  • Getting Started
    • The Ports
    • The dashboard
  • RethinkDB object
  • Durability
  • Atomicity
  • Command line tool
    • import
    • export
    • dump
    • restore
  • Import sample data

3. Reading Data Basic›

  • Getting to Know ReQL
  • Drivers
    • Using drivers
    • Default database
    • Repl
  • Data Type
    • Basic data type
    • Composite data type
    • Sorting data
  • Selecting data
    • Select the whole table
    • Select a single document by its primary key
    • Select many documents by value of fields
    • r.row
    • Pagination data
    • Access Nested field
  • Wrap Up
Simply RethinkDB/overview

Simply RethinkDB

course_overview

Earn a foundation knowledge to start with RethinkDB.

count_parts
·
count_chapters
begin_reading
download
part_count

1. Welcome4 chapters

Begin part ›
  1. Introduction

  2. Why learn RethinkDB?

  3. Feedback

  4. Credit

part_count

2. Getting to know RethinkDB6 chapters

Begin part ›
  1. Getting Started

  2. RethinkDB object

  3. Durability

  4. Atomicity

  5. Command line tool

  6. Import sample data

part_count

3. Reading Data Basic5 chapters

Begin part ›
  1. Getting to Know ReQL

  2. Drivers

  3. Data Type

  4. Selecting data

  5. Wrap Up