Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinaPetr committed Sep 2, 2024
1 parent d69871a commit d812b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions docs/composedb/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Getting Started

## What is Ceramic?

Ceramic is a shared data network for managing verifiable data at scale, combining **the trust and composability of a blockchain** with **the flexibility of an event-driven architecture** to help organizations get more value from their data.

Ceramic provides developers with a shared data network that offers verifiable trust and interoperability, allowing them to leverage reusable data models, collective network effects and modular applications so they can focus on building and growing their unique vision.

## What is ComposeDB?

ComposeDB is a composable graph database built on Ceramic, designed for Web3 applications.
Expand Down Expand Up @@ -37,11 +31,3 @@ ComposeDB on Ceramic stores and manages data while delivering fast queries and a
- [**Interact with data**](./interact-with-data) - Learn how to interact with data in ComposeDB, from creating, reading, updating, and deleting data to running complex queries.
- [**Core ComposeDB concepts**](./core-concepts) - Learn about the core concepts of ComposeDB, such as composites, schemas, and queries.

## Join Ceramic Community 💜

Ceramic has a large and active community of developers. Here's how you can connect with us:

- [**Forum**](https://forum.ceramic.network) - The best place to ask questions and to search for answers.
- [**Discord**](https://chat.ceramic.network) - Join the conversation with other developers and the Ceramic team.
- [**Twitter**](https://twitter.com/ceramicnetwork) - Follow us on Twitter for updates and announcements.
- [**GitHub**](https://github.com/ceramicnetwork/) - Check out the Ceramic GitHub organization to find all the repositories and projects.
2 changes: 1 addition & 1 deletion docs/protocol/js-ceramic/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The latest release of Ceramic has introduced a new Rust-based implementation of


The protocol doesn't prescribe how to interpret events found within streams; this is left to the applications consuming the streams. Some examples of this type of application are:
- [OrbisDB](https://useorbis.com/)
- [OrbisDB](../../orbisdb/overview.md)
- [ComposeDB](../../composedb/getting-started)


Expand Down

0 comments on commit d812b51

Please sign in to comment.