Overview

Syncbase provides a database that supports peer-to-peer synchronization built on top of Vanadium. It works even when devices are not connected to the Internet.

In the following tutorials, we will modify the code from the basics tutorial so it runs over Syncbase. This will allow us to synchronize our set of fortunes across multiple devices.

These tutorials use a low level Syncbase API. The Syncbase tutorial complements this tutorial and uses a higher level API for mobile development which facilitates many of the patterns illustrated here.