Skip to content

Commit 5c75047

Browse files
authored
Merge pull request #14382 from emmanuel-awosika/patch-54
Add resources + info to data/analytics page
2 parents bc88a99 + ec20e60 commit 5c75047

File tree

1 file changed

+6
-2
lines changed
  • public/content/developers/docs/data-and-analytics

1 file changed

+6
-2
lines changed

public/content/developers/docs/data-and-analytics/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ To start, visit the [Ethereum quick start guide](https://academy.subquery.networ
4545
## Ethernow - Mempool Data Program {#ethernow}
4646
[Blocknative](https://www.blocknative.com/) provides open access to its Ethereum historical [mempool data archive](https://www.ethernow.xyz/mempool-data-archive). This enables researchers and community good projects to explore the pre-chain layer of Ethereum Mainnet. The data set is actively maintained and represents the most comprehensive historical record of mempool transaction events within the Ethereum ecosystem. Learn more at [Ethernow](https://www.ethernow.xyz/).
4747

48-
## Further Reading {#further-reading}
48+
## EVM Query Language
49+
50+
EVM Query Language (EQL) is an SQL-like language designed to query EVM (Ethereum Virtual Machine) chains. EQL's ultimate goal is to support complex relational queries on EVM chain first-class citizens (blocks, accounts, and transactions) while providing developers and researchers with an ergonomic syntax for everyday use. With EQL, developers can fetch blockchain data using familiar SQL-like syntax and eliminate the need for complex boilerplate code. EQL supports standard blockchain data requests (e.g., retrieving an account's nonce and balance on Ethereum or fetching the current block size and timestamp) and is continually adding support for more complex requests and featuresets.
4951

52+
## Further Reading {#further-reading}
53+
- [Exploring Crypto Data I: Data Flow Architectures](https://research.2077.xyz/exploring-crypto-data-1-data-flow-architectures)
5054
- [Graph Network Overview](https://thegraph.com/docs/en/about/network/)
5155
- [Graph Query Playground](https://thegraph.com/explorer/subgraph/graphprotocol/graph-network-mainnet?version=current)
5256
- [API code examples on EtherScan](https://etherscan.io/apis#contracts)
5357
- [Beaconcha.in Beacon Chain explorer](https://beaconcha.in)
5458
- [Dune Basics](https://docs.dune.com/#dune-basics)
55-
- [SubQuery Ethereum Quick Start Guide](https://academy.subquery.network/indexer/quickstart/quickstart_chains/ethereum-gravatar.html)
59+
- [EVM Query Language](https://eql.sh/blog/alpha-release-notes)

0 commit comments

Comments
 (0)