Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 901 Bytes

00_Introduction.md

File metadata and controls

14 lines (8 loc) · 901 Bytes

Part 3: The Architecture of OrbitDB

Introduction

You may still find yourself wondering "but exactly how does OrbitDB use IPFS to store, manage, and edit data?" This part is for you. You'll now start from the very bottom of the stack and work your way up to the OrbitDB JavaScript API layer, allowing you to understand, in depth, exactly what's going on internally

This part of the book can be read start-to-finish, or you can utilize it like a reference section, obtaining knowledge from here when you need it. This part culminates in a workshop section that explains how to create your own pluggable stores, allowing for massive amounts of flexibility when designing your own OrbitDB-based applications.

Overview of OrbitDB Architecture

OrbitDB Dependency Graph

Next: Firmament: The Interplanetary File System