ethereum-etl
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ (by blockchain-etl)
rainbow_csv
🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language (by mechatroner)
ethereum-etl | rainbow_csv | |
---|---|---|
3 | 5 | |
3,044 | 672 | |
0.8% | 0.4% | |
6.7 | 5.8 | |
3 months ago | about 1 year ago | |
Python | Python | |
MIT License | 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.
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.
ethereum-etl
Posts with mentions or reviews of ethereum-etl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-27.
-
Blockchain transactions decoding: making wallet activity understandable
Event is a log entity which EVM smart contracts can emit during transaction execution. Events are very good at signalling that an some action has taken place on-chain. Applications can subscribe and listen to events to trigger some off-chain logic or they can index, transform and store events in some off-chain storage (look at The Graph protocol or Ethereum ETL).
-
data engineering in web3
I'm surprised this is the only good response in this thread so far. Blockchain data is completely open but requires some organization in order to perform analytics. Nansen for example is a product that is built on top of ethereum-etl which you can checkout here
-
Trying To Recover Old ETH
You can use https://github.com/blockchain-etl/ethereum-etl
rainbow_csv
Posts with mentions or reviews of rainbow_csv.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-26.
-
Looking for two plugins for Log Analysis
Probably not an exact fit, but this plugin came to mind: rainbow_csv
-
Is there any CSV plugin for NVIM?
Doesn't that author also maintain the vim version
-
CSV syntax highlighting?
Take a look at https://github.com/mechatroner/rainbow_csv
-
IT Pro Tuesday #177 - Network Config Analysis, MSI Tool, QoS Tip & More
Rainbow CSV is a Vim plugin that highlights columns in different colors in your CSV and TSV files and runs queries in a built-in SQL-like language. Provides additional information about a column when you hover, plus an automatic consistency check for CSV files. Recommended by digitaltransmutation.
-
Any recommendations for a cli CSV editor?
Rainbow CSV, for visual color highlighting and has an SQL-like language for running data queries.
What are some alternatives?
When comparing ethereum-etl and rainbow_csv you can also consider the following projects:
dbd - dbd is a database prototyping tool that enables data analysts and engineers to quickly load and transform data in SQL databases.
rainbow_csv.nvim - Neovim port of mechatroner/rainbow_csv
CueObserve - Timeseries Anomaly detection and Root Cause Analysis on data in SQL data warehouses and databases
tsvar - Association rules for TSV (tab-separated values) files
bitcoin-etl - ETL scripts for Bitcoin, Litecoin, Dash, Zcash, Doge, Bitcoin Cash. Available in Google BigQuery https://goo.gl/oY5BCQ
csv.vim - A Filetype plugin for csv files