graph-node
Graph Node is an open source Rust implementation that indexes Ethereum blockchain data and provides a GraphQL API for querying decentralized applications.
About
Graph Node is an open source indexing service that monitors Ethereum blockchain events and populates a PostgreSQL database that can be queried via GraphQL. It's primarily used by subgraph developers to test their indexing logic locally during development and by infrastructure ope…