{"id":51327065,"url":"https://github.com/subsquid-labs/file-store-parquet-example","last_synced_at":"2026-07-01T19:04:19.111Z","repository":{"id":155083868,"uuid":"611780025","full_name":"subsquid-labs/file-store-parquet-example","owner":"subsquid-labs","description":"Minimalistic squid storing data to Apache Parquet files","archived":false,"fork":false,"pushed_at":"2026-06-16T15:52:52.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-16T17:27:01.191Z","etag":null,"topics":["blockchain","blockchain-indexer","csv","etl","indexing","parquet","sqd","subsquid","typescript","web3"],"latest_commit_sha":null,"homepage":"https://docs.sqd.dev/en/sdk","language":"TypeScript","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/subsquid-labs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-09T14:29:56.000Z","updated_at":"2026-06-16T17:01:36.000Z","dependencies_parsed_at":"2023-12-30T03:28:08.345Z","dependency_job_id":"c03c0b1f-b139-402a-bb21-90fcb8b2641a","html_url":"https://github.com/subsquid-labs/file-store-parquet-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/subsquid-labs/file-store-parquet-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Ffile-store-parquet-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Ffile-store-parquet-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Ffile-store-parquet-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Ffile-store-parquet-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subsquid-labs","download_url":"https://codeload.github.com/subsquid-labs/file-store-parquet-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Ffile-store-parquet-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35019063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","blockchain-indexer","csv","etl","indexing","parquet","sqd","subsquid","typescript","web3"],"created_at":"2026-07-01T19:04:17.916Z","updated_at":"2026-07-01T19:04:19.100Z","avatar_url":"https://github.com/subsquid-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A squid that saves USDC Transfers to Parquet files\n\nThis tiny blockchain indexer scrapes `Transfer` events emitted by the [USDC contract](https://etherscan.io/address/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48) and saves the data in a file-based dataset in a local folder `./data`. It is built with the [Subsquid framework](https://sqd.dev), hence the term \"squid\".\n\nThe squid uses [`@subsquid/file-store`](https://docs.sqd.dev/en/sdk) and [`@subsquid/file-store-parquet`](https://docs.sqd.dev/en/sdk) packages to store the dataset. The result is a partitioned dataset where the data is stored in [Apache Parquet](https://parquet.apache.org) files.\n\nDependencies: NodeJS, [Squid CLI](https://docs.sqd.dev/en/sdk).\n\nTo see it in action, spin up a *processor*, a process that ingests the data from the Ethereum Archive:\n\n```bash\ngit clone https://github.com/subsquid-labs/file-store-parquet-example\ncd file-store-parquet-example/\nnpm i\nsqd process\n```\nYou should see a `./data` folder populated with indexer data appear in a bit:\n```bash\n$ tree ./data/\n./data/\n├── 0000000000-0007258859\n│   └── transfers.parquet\n├── 0007258860-0007671919\n│   └── transfers.parquet\n...\n└── status.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubsquid-labs%2Ffile-store-parquet-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubsquid-labs%2Ffile-store-parquet-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubsquid-labs%2Ffile-store-parquet-example/lists"}