<aside> 💡 Our goal with this early preview is to hear your candid feedback
Please ****comment right here in Notion, share your feedback on the forum, or email [email protected], [email protected] and [email protected].
</aside>
Is a decentralized, composable graph database built on IPFS
Unlocks app composability by redesigning the database for Web3
Introduces **data models—**modular DB schema that enable apps to share data. All Ceramic Streams used by ComposeDB are either Data Model Streams (the schemas) or Model Instance Streams (instances of a particular schema).
Data Models could include building blocks like:
🪪 identity, credentials & reputation
📎 DAO governance & tasks
🎙 social content & activity
js-composedb
js-ceramic
(except for the new Model and Model Instance Document streamtypes)js-did
supports the new default DID method did:pkh
did-session
package to allow devs to act on their users' behalf during a session, without having to sign every data transaction<aside> 🐉 Here be dragons! While this has been tested for over 3 months, you’re likely to encounter bugs. ComposeDB is deployed on our Clay testnet not mainnet yet — there is no data permanence. We highly advise against using ComposeDB in production at this early stage.
</aside>
These guides are meant to:
🔍 Preview how ComposeDB works