Skip to content

Commit f36fb5a

Browse files
Analyze & Query Subgraph & build Subgraph Powered Dashboards (#593)
* Querying w/ no-code - Dapplooker * add route-lockfile * updated images * text update * Update _meta.js Specified page order --------- Co-authored-by: Web3Slimchance <[email protected]>
1 parent 28f6329 commit f36fb5a

8 files changed

+51
-0
lines changed

website/pages/en/querying/_meta.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ export default {
66
'distributed-systems': '',
77
'graphql-api': '',
88
'querying-the-hosted-service': '',
9+
'querying-by-subgraph-id-vs-deployment-id': '',
910
'graph-client': 'Graph Client',
11+
'querying-with-no-code': '',
12+
'querying-with-python': '',
1013
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: DappLooker
3+
---
4+
5+
[DappLooker](https://dapplooker.com/) makes it easy for developers and builders to query subgraphs without needing to code. It lets you effortlessly connect to any subgraph and perform data analytics, from basic to advanced, using a simple, no-code interface.
6+
7+
## Analyzing Subgraphs with DappLooker: A Step-by-Step Guide
8+
9+
- [Login](https://dapplooker.com/user/login) to DappLooker and head to `My Dashboard` page.
10+
11+
![Explore Page](/img/Dicover_page_with_myDashboard_Highlight.jpeg)
12+
13+
- Locate & click on the `Register Project` button.
14+
15+
![My Dashboard](/img/My_dashboard_register_project_highlight.jpeg)
16+
17+
- Under the `New Project` tab, choose the `Subgraph` (pre-selected by default) option and click `Register Project` to start the subgraph registration process.
18+
19+
![Register Subgraph](/img/register_subgraph.jpeg)
20+
21+
- Enter your `Project Name` and select the `network`, your subgraph is on to connect to your subgraph correctly.
22+
23+
![Subgraph Name & Network](/img/project_name_on_regsiter_subgraph.jpeg)
24+
25+
- Choose the `Graph Decentralized Network Subgraph` option, To connect your Network subgraph with DappLooker, enter your `Subgraph ID` and `API Key`.
26+
27+
![Register Network Subgraph](/img/register_network_subgraph.jpeg)
28+
29+
- Click `Register` after providing the necessary details. Your project is saved, enabling you to explore, analyze and visualize your Graph Network subgraph data effortlessly.
30+
31+
- Once the subgraph data is synced, you will receive a notification via email. This will enable you to unlock features such as browsing data and creating charts, dashboards, downloading subgraph and many more. [Here](https://docs.dapplooker.com/analytics) is the detailed information of all the features.
32+
- [Browse and Search data](https://docs.dapplooker.com/analytics/browse-and-search-data)
33+
- [Create charts](https://docs.dapplooker.com/analytics/creating-charts)
34+
- [Create Dashboards](https://docs.dapplooker.com/analytics/dashboards)
35+
36+
## Relevant Links
37+
38+
Since DappLooker has a large feature set to explore, here are some helpful starting places:
39+
40+
- [Subgraph Powered Community-built Charts & Dashboards ](https://dapplooker.com/browse/dashboards?sort=popular&tags=thegraph&pg=1)
41+
- Explore Subgraph powered charts and dashboards built by the community with a no-code visual builder.
42+
- [Subgraph Analyzer](https://dapplooker.com/subgraph-analyzer)
43+
- The power to Explore and Visualise subgraph data in real-time and build dashboards.
44+
- [Watch a video on Registering Subgraph](https://youtu.be/X8v9REte5uM?si=SMrFOyX-5bGVmSuT)
45+
- Step-by-step guide on registering, exploring, and visualizing Subgraph data in a YouTube video.
46+
- [Documentaion](https://docs.dapplooker.com/)
47+
- A great initial step on how to register a subgraph with DappLooker, unlocking the ability to explore, analyze, and visualize data seamlessly.
817 KB
Loading
699 KB
Loading
13 KB
Loading
46.1 KB
Loading
99.8 KB
Loading

website/route-lockfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
/en/querying/querying-from-an-application/
246246
/en/querying/querying-the-graph/
247247
/en/querying/querying-the-hosted-service/
248+
/en/querying/querying-with-no-code/
248249
/en/querying/querying-with-python/
249250
/en/quick-start/
250251
/en/release-notes/assemblyscript-migration-guide/

0 commit comments

Comments
 (0)