A list of resources to get you started with decentralized data today.
Studio
OrbisDB Studio is a shared node managed by the team behind OrbisDB. You can start exploring OrbisDB with no downloads, setup or a single line of code.
Check out our Managed section (link) or visit the Studio.
Node
You can find the source code of OrbisDB nodes in our Github. It’s MIT licensed.
Learn how to set up your node for local development or in the cloud in our Setting up section (link).
Dashboard
To learn more about our Data dashboard and node management, check out our Dashboard reference (link).
SDK
In order to read and write data programmatically, you need an SDK. Check out the source code or the package and install it using your favorite package manager.
Quickstart your decentralized data journey with our SDK Reference (link).
You can use your package manager of choice, in this case we’ll be using NPM.
npm install @useorbis/db-sdk
Learn more about OrbisDB’s Architecture or check out how reading and writing data works.
Coming soon
We are working on Docker images to simplify the setup process with prebuilt binaries and bundled options.