graph-node VS log-flume

Compare graph-node vs log-flume and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
graph-node log-flume
125 5
2,780 25
1.9% -
9.8 0.0
6 days ago about 1 year ago
Rust Go
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

graph-node

Posts with mentions or reviews of graph-node. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-27.

log-flume

Posts with mentions or reviews of log-flume. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-27.
  • Best way to run complex queries on ethereum
    1 project | /r/ethdev | 5 Jan 2022
    Excluding State data, the team at Rivet.cloud has built Flume, which indexes everything into a Sqlite database. Flume offers a number of baked in RPC queries, but you can also open the sqlite database and run your own queries. I should caution you that for ETH mainnet, the database is about 1.6 TB.
  • My approach to putting parts of the ethereum blockchain into a SQL database:
    1 project | /r/ethdev | 30 Nov 2021
    I'd also point you to Flume, a project that already does this. I work for Rivet.cloud, and we use Flume to index blocks, transactions, receipts, and logs for faster querying. It can sync up over Websockets (very time consuming) or you can give it a synced Geth database and it can index it much more quickly.
  • Block explorer for my GETH node ?
    3 projects | /r/ethereum | 27 Sep 2021
    Block explorers like Etherscan and EthVM maintain additional indexes that use a lot more space than a normal node to make everything efficiently queryable. My team has developed Flume which will index logs, transactions, receipts, and blocks into a relational database, but that database ends up being >1.25 TB without even having the Ethereum state trie. Queries are super efficient, but the tradeoff is a lot more disk space.
  • Open source alternative to Infura, AlchemyAPI, Quick node …
    2 projects | /r/ethdev | 19 Sep 2021
    We also have an open source log and transaction indexer called Flume, which gives high performance responses to eth_getLogs queries, and supports more in-depth queries of log and transaction data than are supported through traditional Ethereum nodes.
  • Tool for querying Ethereum via SQL locally?
    2 projects | /r/ethdev | 11 Aug 2021
    Flume will load blocks, transactions, receipts, and logs into a sqlite database, from which it has a number of rpc queries, though locally you could connect to the sqlite database and run your own queries. It doesn't include state data, however.

What are some alternatives?

When comparing graph-node and log-flume you can also consider the following projects:

hardhat - Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.

chainlens-free - Ethereum, Hyperledger Besu and Quorum blockchain explorer

ipfs - Peer-to-peer hypermedia protocol

ethereum-lite-explorer - Alethio's Light Weight Open Source Ethereum Explorer

chainlink - node of the decentralized oracle network, bridging on and off-chain computation

go-ethereum - Official Go implementation of the Ethereum protocol

brownie - A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.

scaffold-eth - 🏗 forkable Ethereum dev stack focused on fast product iterations [Moved to: https://github.com/scaffold-eth/scaffold-eth]

arwes - Futuristic Sci-Fi UI Web Framework.

optimism - Optimism is Ethereum, scaled.

scaffold-eth - 🏗 forkable Ethereum dev stack focused on fast product iterations

polygon-edge - A Framework for Building Ethereum-compatible Blockchain Networks