{"id":36758196,"url":"https://github.com/kaiachain/kaia-etl","last_synced_at":"2026-01-12T12:51:57.994Z","repository":{"id":58123414,"uuid":"529089009","full_name":"kaiachain/kaia-etl","owner":"kaiachain","description":"Python scripts for ETL (extract, transform and load) jobs for Klaytn blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions.","archived":false,"fork":false,"pushed_at":"2024-09-30T06:59:30.000Z","size":565,"stargazers_count":25,"open_issues_count":3,"forks_count":15,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-25T02:41:24.903Z","etag":null,"topics":["blockchain-analytics","erc20","erc721","etl","export","klaytn","transaction"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaiachain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-26T02:36:17.000Z","updated_at":"2025-08-05T06:57:01.000Z","dependencies_parsed_at":"2024-10-19T01:16:16.618Z","dependency_job_id":null,"html_url":"https://github.com/kaiachain/kaia-etl","commit_stats":{"total_commits":40,"total_committers":4,"mean_commits":10.0,"dds":0.275,"last_synced_commit":"6b6024c2cdf1962131d0f71f56fa21af10e1ed0c"},"previous_names":["klaytn/klaytn-etl"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/kaiachain/kaia-etl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaia-etl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaia-etl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaia-etl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaia-etl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaiachain","download_url":"https://codeload.github.com/kaiachain/kaia-etl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaia-etl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain-analytics","erc20","erc721","etl","export","klaytn","transaction"],"created_at":"2026-01-12T12:51:57.404Z","updated_at":"2026-01-12T12:51:57.989Z","avatar_url":"https://github.com/kaiachain.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Klaytn ETL\n\nKlaytn ETL lets you convert Klaytn blockchain data into convenient formats like JSONs, CSVs and relational databases.\nThis is a fork of [Ethereum ETL](https://github.com/blockchain-etl/ethereum-etl).\n\n[Full documentation available here](http://klaytn-etl.readthedocs.io/).\n\n***Notice: Klaytn ETL is still on the beta version. However, CLIs are all functional.***\n\n## Quickstart\nInstall Klaytn ETL:\n\n```bash\npip3 install klaytn-etl-cli\n```\n\nExport blocks and transactions\n\n```bash\n\u003e klaytnetl export_blocks_and_transactions --start-block 0 --end-block 5000 \\\n--blocks-output blocks.json --transactions-output transactions.json\n```\n\nExport ERC20 and ERC721 transfers\n\n```bash\n\u003e klaytnetl export_token_transfers --start-block 0 --end-block 5000 \\\n--output token_transfers.json\n```\n\nExport traces\n\n```bash\n\u003e klaytnetl export_traces --start-block 0 --end-block 5000 \\\n--output traces.json\n```\n\nFind other commands [here](klaytnetl/cli/__init__.py).\n\nFor the latest version, check out the repo and call \n```bash\n\u003e pip3 install -e . \n\u003e python3 klaytnetl.py\n```\n\n### Running in Docker\n\n1. Install Docker https://docs.docker.com/install/\n\n2. Build a docker image\n    ```bash\n    \u003e docker build -t klaytn-etl:latest .\n    \u003e docker image ls\n    ```\n\n3. Run a container out of the image\n    ```bash\n    \u003e docker run -v $HOME/output:/klaytn-etl/output klaytn-etl:latest export_all -s 0 -e 5499999 -b 100000\n    \u003e docker run -v $HOME/output:/klaytn-etl/output klaytn-etl:latest export_all -s 2018-01-01 -e 2018-01-01\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiachain%2Fkaia-etl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaiachain%2Fkaia-etl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiachain%2Fkaia-etl/lists"}