Skip to content

Mintlify Docs Edits #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 13 additions & 36 deletions data-catalog/curated/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Curated Data Overview
sidebarTitle: Overview
title: "Curated Data Overview"
sidebarTitle: "Overview"
icon: "star"
description: Curated data Tables are the easiest way to gain insights on Dune
description: "Curated data Tables are the easiest way to gain insights on Dune"
---

import { DuneEmbed } from '/snippets/dune-embed.mdx';

## Overview
## Overview

Dune and its community are building a collection of curated data tables that make it easier to query and analyze blockchain data. These tables are built using dbt, a tool that allows you to transform data in your warehouse using SQL and Jinja templating. We sometimes refer to these tables as _spells_ and the collection of them as _spellbook_.

Expand All @@ -18,9 +18,9 @@ The curated data tables are maintained in the [Spellbook repository](https://git
Here is a non-exhaustive list of some of the curated data tables available in Spellbook:

<div>
<DuneEmbed qID={3708634} vID={6239879} height={400} />
</div>
<DuneEmbed qID={3708634} vID={6239879} height={400} />

</div>

## Benefits of curated data Tables

Expand All @@ -30,45 +30,22 @@ Curated data tables provide several benefits:
- **Consistent Data Models**: The curated data tables follow a consistent data model, making it easier to combine data from different sources.
- **Community Contributions**: The curated data tables are maintained by the Dune community, so anyone can contribute to them and improve the data quality.


## Resources


<CardGroup cols={2}>
<Card
title="Spellbook Repo"
icon="github"
href="https://github.com/duneanalytics/spellbook"
>
Go to the dbt github repo with over 400+ contributors. All models live here.
<Card title="Spellbook Repo" icon="github" href="https://github.com/duneanalytics/spellbook">
Go to the dbt github repo with over 400\+ contributors. All models live here.
</Card>
<Card
title="Model Docs"
icon="table"
href="https://spellbook-docs.dune.com/"
>
<Card title="Model Docs" icon="table" href="https://spellbook-docs.dune.com/">
Find the native dbt documentation for all models in spellbook.
</Card>
<Card
title="dbt practices in Spellbook"
icon="book"
href="https://github.com/duneanalytics/spellbook/tree/main/docs"
>
<Card title="dbt practices in Spellbook" icon="book" href="https://github.com/duneanalytics/spellbook/tree/main/docs">
Docs for contributing to spellbook and dbt best practices.
</Card>
<Card
title="Adding to Sector Models"
icon="code-pull-request"
href="https://github.com/duneanalytics/spellbook/blob/main/models/_sector/dex/readme.md"
>
<Card title="Adding to Sector Models" icon="code-pull-request" href="https://github.com/duneanalytics/spellbook/blob/main/dbt_subprojects/dex/README.md">
Learn to contribute to sector models like dex.trades and nft.trades tables
</Card>
<Card
title="Adding a token to prices"
icon="dollar-sign"
href="https://github.com/duneanalytics/spellbook/blob/main/models/prices/README.md"
>
<Card title="Adding a token to prices" icon="dollar-sign" href="https://github.com/duneanalytics/spellbook/blob/main/models/prices/README.md">
Learn to add a token to our prices.usd tracking in a PR
</Card>
</CardGroup>

</CardGroup>