-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from ceramicnetwork/orbisdb-update
Add OrbisDB to the documentation
- Loading branch information
Showing
6 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# OrbisDB | ||
|
||
OrbisDB is a simple and efficient gateway for storing and managing open data on Ceramic. | ||
|
||
OrbisDB provides a developer-friendly SQL interface to explore and query data on Ceramic as well as a user interface and plugin store to save development time on crypto-specific features – from data migration and token gating mechanisms to automated blockchain interactions. | ||
|
||
It is built on Ceramic's new Data Feed API which makes it fully compatible with [ComposeDB](./composedb-overview). | ||
|
||
|
||
Check out more details about [OrbisDB](../orbisdb/overview) and [OrbisDB SDK](../orbisdb/orbisdb-sdk). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# OrbisDB SDK | ||
|
||
OrbisDB comes with an [OrbisDB SDK](https://github.com/OrbisWeb3/db-sdk) which makes it easy to create, manage and query open data. | ||
|
||
OrbisDB SDK is a client-side complement to OrbisDB - a decentralized database built on top of Ceramic. It enables simple user authentication and provides necessary methods to manipulate the data. | ||
|
||
Head to the [OrbisDB SDK Github repository](https://github.com/OrbisWeb3/db-sdk) to start interacting with OrbisDB SDK. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# OrbisDB | ||
|
||
[OrbisDB](https://github.com/OrbisWeb3/orbisdb) is a developer-friendly interface to explore data with the ease of SQL and a plugin store to save development time on processes like data migration and gating mechanisms all the way to automated blockchain interactions. | ||
|
||
OrbisDB is powered by Ceramic's Data Feed API which means that in order to interact with OrbisDB, you have to run a [Ceramic Node](../protocol/js-ceramic/nodes/running-a-node#install-and-run-the-ceramic-cli). | ||
|
||
OrbisDB comes with a easy-to-use [OrbisDB SDK](./orbisdb-sdk) for interacting with data. | ||
|
||
|
||
## Key components | ||
|
||
OrbisDB consists of two main components - core and plugins. | ||
|
||
- Core: | ||
- Dedicated to read/write operation of the indexing service | ||
- Listens to stream changes of specific models being used by developers and indexes the content in a Postgres database. | ||
|
||
- Plugins: | ||
- Optional and designed to perform operations beyond the core’s scope. | ||
- Divided into 4 categories (Create streams, Add metadata, Validate and Post process). More details about plugins underneath. | ||
|
||
|
||
Start building using [OrbisDB](https://useorbis.com/). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters