{"id":26157921,"url":"https://github.com/blockchain-etl/tezos-etl","last_synced_at":"2025-10-26T23:52:49.320Z","repository":{"id":42019763,"uuid":"269113197","full_name":"blockchain-etl/tezos-etl","owner":"blockchain-etl","description":"Python scripts for ETL (extract, transform and load) jobs for Tezos blocks, balance updates, and operations","archived":false,"fork":false,"pushed_at":"2023-05-22T21:39:29.000Z","size":233,"stargazers_count":13,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T22:51:17.487Z","etag":null,"topics":["bigquery","blockchain","cryptocurrency","csv","sql","tezos"],"latest_commit_sha":null,"homepage":"https://console.cloud.google.com/bigquery?page=dataset\u0026d=crypto_tezos\u0026p=public-data-finance","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blockchain-etl.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":null,"security":null,"support":null}},"created_at":"2020-06-03T14:40:44.000Z","updated_at":"2024-09-19T11:52:43.000Z","dependencies_parsed_at":"2022-08-12T02:31:19.870Z","dependency_job_id":null,"html_url":"https://github.com/blockchain-etl/tezos-etl","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockchain-etl%2Ftezos-etl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockchain-etl%2Ftezos-etl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockchain-etl%2Ftezos-etl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockchain-etl%2Ftezos-etl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blockchain-etl","download_url":"https://codeload.github.com/blockchain-etl/tezos-etl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537003,"owners_count":21120687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bigquery","blockchain","cryptocurrency","csv","sql","tezos"],"created_at":"2025-03-11T10:29:11.809Z","updated_at":"2025-10-26T23:52:44.290Z","avatar_url":"https://github.com/blockchain-etl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tezos ETL\n\n[![Build Status](https://travis-ci.org/blockchain-etl/tezos-etl.png)](https://travis-ci.org/blockchain-etl/tezos-etl)\n[![Documentation Status](https://readthedocs.org/projects/tezos-etl/badge/?version=latest)](https://tezos-etl.readthedocs.io/en/latest/?badge=latest)\n\n[Full documentation available here](http://tezos-etl.readthedocs.io/).\n\n## Quickstart\n\nInstall Tezos ETL:\n\n```bash\npip install tezos-etl\n```\n\nExport blocks, balance updates and operations ([Schema](docs/schema.md), [Reference](docs/commands.md#export)):\n\n```bash\ntezosetl export --start-block 1 --end-block 100 \\\n--provider-uri https://mainnet.api.tez.ie --output-dir output --output-format json\n```\n\nFor the latest version, checkout the repo and call\n \n```bash\npip install -e .\npython tezosetl.py\n```\n\n## Running Tests\n\n```bash\npip install -e .[dev]\necho \"TEZOSETL_PROVIDER_URI variable is optional\"\nexport TEZOSETL_PROVIDER_URI=https://mainnet.api.tez.ie\npytest -vv\n```\n\n### Running Tox Tests\n\n```bash\npip install tox\ntox\n```\n\n## Running in Docker\n\n1. Install Docker https://docs.docker.com/install/\n\n2. Build a docker image:\n        \n        docker build -t tezos-etl:latest .\n        docker image ls\n        \n3. Start the export using the image:\n\n        docker run -v $HOME/output:/tezos-etl/output tezos-etl:latest export_partitioned \\\n        -s 2018-06-30 -e 2018-07-01 -p https://mainnet.api.tez.ie --output-format csv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockchain-etl%2Ftezos-etl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockchain-etl%2Ftezos-etl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockchain-etl%2Ftezos-etl/lists"}