Skip to content

Commit 88c6ea0

Browse files
committed
Added data indexers page, with docs on the graph
1 parent 7710b44 commit 88c6ea0

File tree

3 files changed

+46
-11
lines changed

3 files changed

+46
-11
lines changed

pages/builders/tools/monitor.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ This section provides information on analytics tools and accessing pre regenesis
1616
<Card title="Analytics tools" href="/builders/tools/monitor/analytics-tools" />
1717

1818
<Card title="Accessing pre Regenesis history" href="/builders/tools/monitor/regenesis-history" />
19+
20+
<Card title="Data Indexers" href="/builders/tools/monitor/data-indexers" />
1921
</Cards>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Data Indexers
3+
lang: en-US
4+
description: Learn about data indexers you can use to easily read blockchain data from your dapp.
5+
---
6+
7+
# Data Indexers
8+
9+
Data indexing is essential for enabling your dApp to efficiently read blockchain data. While blockchains are designed for seamless data writing, reading data can be challenging—especially when dealing with large volumes or requiring data transformation.
10+
11+
Below is a list of indexing providers that can help you index data for your smart contract on Optimism.
12+
13+
## Decentralized Providers
14+
15+
### The Graph
16+
17+
[The Graph](https://thegraph.com/) is an indexing protocol that provides an easy way to query blockchain data through APIs known as subgraphs.
18+
19+
With The Graph, you can benefit from:
20+
21+
* Decentralized Indexing: Improves redundancy and query speed. Lets you eliminate any single point of failure.
22+
* GraphQL Queries: Provides a powerful GraphQL interface for querying indexed data, making data retrieval super simple.
23+
* Customization: Define your own logic for transforming & storing blockchain data. Reuse subgraphs published by other developers on The Graph Network.
24+
25+
Follow this [quick-start](https://thegraph.com/docs/en/quick-start/) guide to create, deploy, and query a subgraph within 5 minutes.
26+
27+
**Supported Networks**
28+
29+
* Optimism Mainnet
30+
* Optimism Sepolia
31+
32+
## SaaS Providers
33+
34+
(Coming soon)

words.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Allnodes
1010
Allocs
1111
allocs
1212
ANDI
13+
Ankr
1314
Apeworx
1415
Arweave
1516
authrpc
@@ -76,7 +77,6 @@ datadir
7677
Devnet
7778
devnet
7879
devnets
79-
Devnode
8080
devx
8181
direnv
8282
DISABLETXPOOLGOSSIP
@@ -148,6 +148,7 @@ holesky
148148
IERC
149149
IGNOREPRICE
150150
ignoreprice
151+
Immunefi
151152
implicity
152153
Inator
153154
inator
@@ -195,6 +196,7 @@ minsuggestedpriorityfee
195196
Mintable
196197
Mintplex
197198
MIPSEVM
199+
Mitigations
198200
Monitorism
199201
Moralis
200202
Mordor
@@ -289,6 +291,8 @@ Proxied
289291
Proxyd
290292
proxyd
291293
pseudorandomly
294+
Pyth
295+
Pyth's
292296
QRNG
293297
Quicknode
294298
quicknode
@@ -321,6 +325,9 @@ runbooks
321325
RWAs
322326
safedb
323327
Schnorr
328+
SEPOLIA
329+
Sepolia
330+
sepolia
324331
seqnr
325332
SEQUENCERHTTP
326333
sequencerhttp
@@ -362,7 +369,7 @@ SYNCTARGET
362369
synctarget
363370
syscalls
364371
therealbytes
365-
Thirdweb
372+
thirdweb
366373
threadcreate
367374
tility
368375
timeseries
@@ -390,6 +397,7 @@ VMDEBUG
390397
vmdebug
391398
VMODULE
392399
vmodule
400+
voxel
393401
Warpcast
394402
xlarge
395403
XORI
@@ -398,12 +406,3 @@ ZKPs
398406
ZKVM
399407
Zora
400408
zora
401-
Sepolia
402-
voxel
403-
SEPOLIA
404-
sepolia
405-
Pyth
406-
Pyth's
407-
Ankr
408-
Mitigations
409-
Immunefi

0 commit comments

Comments
 (0)