You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,18 +92,10 @@ Dune offers a variety of visualizations that you can use to visually present dat
92
92
93
93
## Dashboards
94
94
95
-
96
95
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.
97
96
98
-
99
-
100
-
101
-
####
102
-
103
97

104
98
105
-
106
-
107
99
**Try It**
108
100
109
101
*[ ] 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.
118
110
119
111
Join our [Community Discord](https://discord.gg/BJBHFR6sdy) to get world class support from our team and the community.
Copy file name to clipboardExpand all lines: data-tables/data-tables/README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,21 @@ description: Data Tables are what makes Dune work.
4
4
5
5
# Data tables
6
6
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.
8
8
9
-
###Dune's Table Structure
9
+
## Dune's Table Structure
10
10
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:
12
12
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
16
14
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)
18
16
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?
20
22
21
23
This section aims to guide you in the process of finding the right data tables to work on your project.
22
24
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
0 commit comments