Skip to content

Commit 8dd7822

Browse files
0xBoxergitbook-bot
authored andcommitted
GitBook: [dev] 2 pages modified
1 parent 0be360c commit 8dd7822

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,10 @@ Dune offers a variety of visualizations that you can use to visually present dat
9292

9393
## Dashboards
9494

95-
9695
Using carefully planned visuals, a clever blockchain analyst can tell a story about a particular group of data. For example, in the below[ dashboard](https://duneanalytics.com/hagaetc/dex-metrics) it is clear at the top that 'Dex' as a category is growing. Below, the audience sees which dex's are the most popular by volume, and finally can view a stacked bar chart that shows changes over time. By just looking at this single dashboard, the audience sees a clear picture of the entire Dex market.
9796

98-
99-
100-
101-
####
102-
10397
![Screen Shot 2021-04-23 at 10 51 25 AM](https://user-images.githubusercontent.com/76178256/115889404-e7841080-a421-11eb-9e30-8d43e58e28f4.png)
10498

105-
106-
10799
**Try It**
108100

109101
* [ ] Group some visualizations into a dashboard to tell a story about a set of blockchain data
@@ -118,15 +110,7 @@ If you do need Privacy for your Queries, the Pro Plan has got you covered.
118110

119111
Join our [Community Discord](https://discord.gg/BJBHFR6sdy) to get world class support from our team and the community.
120112

121-
122-
123-
124-
125-
126-
127113
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
128114

129115
This Intro was mostly written by [zkwaffles](https://twitter.com/zkwaffles), huge thank you for that.
130116

131-
132-

data-tables/data-tables/README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ description: Data Tables are what makes Dune work.
44

55
# Data tables
66

7-
This section is helpful for analysts who are familiar with SQL and are hoping to leverage some of Dune's advanced features.
7+
This section is helpful for analysts who are familiar with SQL and are hoping to leverage some of Dune's advanced features.
88

9-
### Dune's Table Structure
9+
## Dune's Table Structure
1010

11-
Dune aggregates blockchain data into an accessilbe PostgreSQL database. The schema can be understood in the following way:
11+
Dune aggregates blockchain data into an accessilbe PostgreSQL database. The schema can be understood in the following way:
1212

13-
1) Low-level data (raw transaction data) provides detailed records of all activities on the blockchain
14-
2) Project-level data tables are created tables that return pre-processed, clean data on specific projects. [Submit projects for decoding here](duneanalytics.com/decode)
15-
3) Abstractions are higher-level created tables that return aggregated data on sectors/topics. [See a list of all abstractions here](https://github.com/duneanalytics/abstractions)
13+
1\) Low-level data \(raw transaction data\) provides detailed records of all activities on the blockchain
1614

17-
You can currently query data from **Ethereum** and **xDai**. We are already working on expanding our offer to other chains in the future. Dune also makes it possible to query price data from 3rd party sources.
15+
2\) Project-level data tables are created tables that return pre-processed, clean data on specific projects. [Submit projects for decoding here](https://github.com/duneanalytics/docs/tree/0be360c3f482abe12012f17a6d2195d16d5fc863/data-tables/data-tables/duneanalytics.com/decode/README.md)
1816

19-
### How do I find the data I need?
17+
3\) Abstractions are higher-level created tables that return aggregated data on sectors/topics. [See a list of all abstractions here](https://github.com/duneanalytics/abstractions)
18+
19+
You can currently query data from **Ethereum** and **xDai**. We are already working on expanding our offer to other chains in the future. Dune also makes it possible to query price data from 3rd party sources.
20+
21+
## How do I find the data I need?
2022

2123
This section aims to guide you in the process of finding the right data tables to work on your project.
2224
Different Use Cases of Dune require different data tables to pull data from, study these carefully and you'll recognize what significance each of the data table types has for your Queries and Dashboards.
@@ -33,7 +35,3 @@ Most of the tables on Dune are populated by Dune and are just a translation of t
3335

3436
{% page-ref page="labels.md" %}
3537

36-
37-
38-
#### <a id="Decoded-smart-contract-data"></a>
39-

0 commit comments

Comments
 (0)