log-flume VS ethereum-lite-explorer

Compare log-flume vs ethereum-lite-explorer and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
log-flume ethereum-lite-explorer
5 2
25 248
- 1.2%
0.0 0.0
about 1 year ago over 1 year ago
Go TypeScript
GNU General Public License v3.0 or later MIT License
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.

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.

ethereum-lite-explorer

Posts with mentions or reviews of ethereum-lite-explorer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-12.

What are some alternatives?

When comparing log-flume and ethereum-lite-explorer you can also consider the following projects:

graph-node - Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL

blockscout - Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

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

go-ethereum - Official Go implementation of the Ethereum protocol

nanolooker - Explore the Nano cryptocurrency blockchain

ethers.js - Complete Ethereum library and wallet implementation in JavaScript.

balance-crypto - 💰 Get wallet balance for 2.5K+ cryptocurrencies with a single function in Node.js and Deno