diff --git a/docs/introduction/intro.md b/docs/introduction/intro.md index a7f5dcd1..776a9225 100644 --- a/docs/introduction/intro.md +++ b/docs/introduction/intro.md @@ -8,7 +8,9 @@ Ceramic is a decentralized data network that powers an ecosystem of interoperabl ## Introduction to Ceramic --- -- Head to the [**ComposeDB**](./composedb-overview.md) section to learn more about the stream-level layer of Ceramic network +- Head to the [**OrbisDB**](./orbisdb-overview.md) section to learn more about the database products built on Ceramic that allow you to easily interact with the data stored on Ceramic using a simple and familiar SQL-based interface. + +- Head to the [**ComposeDB**](./composedb-overview.md) section to learn more about stream-level Ceramic functionality. - Head to the [**Ceramic Protocol**](./protocol-overview.md) section to learn about lower-level Ceramic functionality @@ -18,6 +20,10 @@ Ceramic is a decentralized data network that powers an ecosystem of interoperabl --- +### [**OrbisDB: advanced decentralized database with SQL interface→**](./orbisdb-overview.md) +OrbisDB is an advanced decentralized database built on the Ceramic Data Network. It comes with a set of plugins allowing unlimited customization options. + + ### [**ComposeDB: Graph DB for Web3 Apps →**](../composedb/getting-started) ComposeDB is a decentralized graph database powered by Ceramic that enables you to build powerful Web3 applications using composable data, GraphQL, and reusable models. ComposeDB is the newest and most popular database built on Ceramic. diff --git a/docs/introduction/orbisdb-overview.md b/docs/introduction/orbisdb-overview.md index ebe995c9..60aecabb 100644 --- a/docs/introduction/orbisdb-overview.md +++ b/docs/introduction/orbisdb-overview.md @@ -2,9 +2,8 @@ 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. +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). -It is built on Ceramic's new Data Feed API which makes it fully compatible with [ComposeDB](./composedb-overview). +OrbisDB comes with with a shared instance called [Orbis Studio](https://app.formo.so/hJ5VGyugmGigyVFyqdHJa), offering a simple experience to get started with building on Orbis and accessing plugins. [Get access to the Orbis Studio](https://app.formo.so/hJ5VGyugmGigyVFyqdHJa) (currently in Closed Beta) and start building! -Check out more details about [OrbisDB](../orbisdb/overview) and [OrbisDB SDK](../orbisdb/orbisdb-sdk). \ No newline at end of file diff --git a/docs/orbisdb/overview.md b/docs/orbisdb/overview.md index f59e9e59..41623b3b 100644 --- a/docs/orbisdb/overview.md +++ b/docs/orbisdb/overview.md @@ -1,10 +1,16 @@ # 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](https://useorbis.com/) 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. + +### How to get started? + +OrbisDB comes with an easy-to-use shared instance called [Orbis Studio](https://app.formo.so/orbisdb-access-hJ5VGyugmGigyVFyqdHJa) which provides developers with a user-friendly interface to start interacting with data stored on Ceramic and use a library of available plugins right away without worrying about managing the backend requirements. [**Get access to Orbis Studio in closed beta and start building using OrbisDB**](https://app.formo.so/orbisdb-access-hJ5VGyugmGigyVFyqdHJa). + + + +
-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 @@ -20,6 +26,8 @@ OrbisDB consists of two main components - core and plugins. - Divided into 4 categories (Create streams, Add metadata, Validate and Post process). More details about plugins underneath. -Start building using [OrbisDB](https://useorbis.com/). +## OrbisDB SDK +OrbisDB comes with a easy-to-use [OrbisDB SDK](./orbisdb-sdk) for writing the data to the OrbisDB instance as well as querying the data needed for your applications. + diff --git a/src/components/homepage/start-building.js b/src/components/homepage/start-building.js index 8427fd0d..375b5f28 100644 --- a/src/components/homepage/start-building.js +++ b/src/components/homepage/start-building.js @@ -4,7 +4,7 @@ import styles from "./homeNavBoxes.module.css"; const FeatureList = [ { - title: "Orbis →", + title: "OrbisDB →", items: [ { url: "https://useorbis.com/", diff --git a/src/pages/index.js b/src/pages/index.js index 220bf64f..d2aea54b 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -40,8 +40,9 @@ export default function Home() { background: "linear-gradient(215deg, var(--ifm-color-primary) -33%, var(--box-color) 50%)" }} > -

Build with ComposeDB

-
A decentralized, composable graph database to build interoperable applications on Ceramic.
+

Build with OrbisDB

+
OrbisDB is an advanced decentralized database built on the Ceramic Data Network. It comes with a set of + plugins allowing unlimited customization options.
- Getting Started → + Getting Started with OrbisDB →
@@ -64,10 +65,9 @@ export default function Home() { background: "linear-gradient(215deg, #660094 -33%, var(--box-color) 50%)" }} > -

Build with OrbisDB

+

Build with ComposeDB

- OrbisDB is an advanced decentralized database built on the Ceramic Data Network. It comes with a set of - plugins allowing unlimited customization options. + A decentralized, composable graph database to build interoperable applications on Ceramic.
- - Get started with OrbisDB{" "} - - + Getting Started →