{"id":27064018,"url":"https://github.com/floscha/pyiceberg-minio-demo","last_synced_at":"2025-04-05T16:36:16.459Z","repository":{"id":285155617,"uuid":"957227308","full_name":"floscha/pyiceberg-minio-demo","owner":"floscha","description":"The simplest way to get Apache Iceberg working locally.","archived":false,"fork":false,"pushed_at":"2025-03-29T21:35:27.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T22:26:00.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/floscha.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}},"created_at":"2025-03-29T21:13:03.000Z","updated_at":"2025-03-29T21:35:30.000Z","dependencies_parsed_at":"2025-03-29T22:26:02.975Z","dependency_job_id":"c0e72a77-d5c2-4d36-b4ae-3a8f9c57fed1","html_url":"https://github.com/floscha/pyiceberg-minio-demo","commit_stats":null,"previous_names":["floscha/pyiceberg-minio-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscha%2Fpyiceberg-minio-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscha%2Fpyiceberg-minio-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscha%2Fpyiceberg-minio-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscha%2Fpyiceberg-minio-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floscha","download_url":"https://codeload.github.com/floscha/pyiceberg-minio-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247368937,"owners_count":20927913,"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":[],"created_at":"2025-04-05T16:36:15.958Z","updated_at":"2025-04-05T16:36:16.452Z","avatar_url":"https://github.com/floscha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyIceberg MinIO Demo\n\n\u003e The simplest way to get Apache Iceberg working locally.\n\n## ⭐ Motivation\n\nThe goal of this repository is to have a fully local, Python-based, Apache Iceberg setup that allows tinkering with Iceberg's functionality.\n\nThe setup consists of the following essential Iceberg components:\n- **Compute**: [PyIceberg](https://py.iceberg.apache.org/)\n- **Catalog**: [Tabular REST Catalog](https://hub.docker.com/r/tabulario/iceberg-rest)\n- **Object Storage**: [MinIO](https://min.io/)\n\n## 🚀 Usage\n\nStart the docker-compose config (mainly taken from [here](https://iceberg.apache.org/spark-quickstart/?ref=blog.min.io#docker-compose)) which sets up the Iceberg REST Catalog and MinIO for Storage:\n```sh\ndocker-compose up -d\n```\n\nUse [uv](https://github.com/astral-sh/uv) to run the demo script which creates an Iceberg table, writes some data to it and reads that data, all using PyIceberg and PyArrow:\n```sh\nuv run demo.py\n```\n\nTo access the files created by Apache Iceberg you can either use the CLI:\n```sh\ndocker-compose exec mc bash\n# then\n/usr/bin/mc ls minio/warehouse/default/cities\n```\n\nor the MinIO Web UI under http://localhost:9001/browser/warehouse/default%2Fcities%2F.\nThe latter also allows you to easily download files for local inspection.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloscha%2Fpyiceberg-minio-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloscha%2Fpyiceberg-minio-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloscha%2Fpyiceberg-minio-demo/lists"}