{"id":29166170,"url":"https://github.com/riju18/apache-iceberg-kickstart","last_synced_at":"2026-04-27T17:33:20.836Z","repository":{"id":300574569,"uuid":"1002770943","full_name":"riju18/apache-iceberg-kickstart","owner":"riju18","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-30T07:51:05.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T08:44:10.571Z","etag":null,"topics":["apache-iceberg","datalake","datalakehouse","docker","dremio","minio","nessie","pysaprk","python3","s3","sql","zeppelin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riju18.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-06-16T05:49:47.000Z","updated_at":"2025-06-30T07:51:09.000Z","dependencies_parsed_at":"2025-06-22T14:20:55.628Z","dependency_job_id":"5d08d3ec-78cd-422e-a3c3-be896ad41fc8","html_url":"https://github.com/riju18/apache-iceberg-kickstart","commit_stats":null,"previous_names":["riju18/apache-iceberg-kickstart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/riju18/apache-iceberg-kickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riju18%2Fapache-iceberg-kickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riju18%2Fapache-iceberg-kickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riju18%2Fapache-iceberg-kickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riju18%2Fapache-iceberg-kickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riju18","download_url":"https://codeload.github.com/riju18/apache-iceberg-kickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riju18%2Fapache-iceberg-kickstart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262925003,"owners_count":23385463,"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":["apache-iceberg","datalake","datalakehouse","docker","dremio","minio","nessie","pysaprk","python3","s3","sql","zeppelin"],"created_at":"2025-07-01T08:10:17.603Z","updated_at":"2026-04-27T17:33:15.815Z","avatar_url":"https://github.com/riju18.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# apache-iceberg-kickstart\n\n# 🧊 Apache Iceberg Exploration\n\nWelcome to my personal journey exploring **Apache Iceberg**, an open table format for large-scale analytics datasets. This repository tracks my experiments, findings, setup steps, and integration with other tools like `Spark, Nessie, MinIO, zeppelin and dremio`.\n\n---\n\n## 📚 What is Apache Iceberg?\n\nApache Iceberg is an open table format designed for huge analytic datasets. It brings SQL table-like features to data lakes: ACID transactions, schema evolution, time travel, partition evolution, and hidden partitioning.\n\n[Iceberg doc](https://iceberg.apache.org/docs/nightly/spark-getting-started/)\n\n---\n\n## 🛠️ My Setup\n\n### 🔧 Technologies Used\n\n- **Apache Spark** (Data processing)\n- **Apache Iceberg** (table format)\n- **Project Nessie** (catalog service for versioned data)\n- **MinIO** (S3-compatible object storage)\n- **Docker Compose** (for local orchestration)\n- **Zeppelin** (interactive notebooks)\n- **dremio** (Lakehouse platform)\n\n---\n\n## 📁 Repo Structure\n\n```bash\n.\n├── docker-compose.yml/               # Docker Compose setup\n├── zeppelin_notebooks/               # JupyterLab / Zeppelin notebooks\n├── zeppelin_conf/                    # zeppelin interpretor conf\n├── spark/                            # spark bin\n├── spark-jars/                       # necessary spark bundles\n```\n\n# ⚙️ Installation Guide\n\nThis guide sets up a local Apache Iceberg environment using Docker Compose. It includes `Spark, Nessie (for catalog/versioning), MinIO (as S3-compatible storage), dremio, zeppelin, spark with jupyter notebook`.\n\n---\n\n### 🧩 Prerequisites\n\nMake sure you have the following installed:\n\n- Docker\n- Docker Compose\n- Git\n- Python\n\n---\n\n### 📁 Clone the Repository\n\n```sh\ngit clone git@github.com:riju18/apache-iceberg-kickstart.git\n```\n\n```sh\ncd apache-iceberg-kickstart\n```\n\n### Download spark\n- download via this [link](https://drive.google.com/drive/u/0/folders/1-I2ggr-OfDk7dMFaYHy0mpFU4Kg9wqQb)\n- and place it into root dir\n\n### 🐳 Start the Docker Environment\n\n```sh\ndocker compose up\n\nor,\n\ndocker compose up -d\n```\n\n- This will start:\n    \n    - Zeppelin: `localhost:8090`\n    - Nessie: `localhost:19120`\n    - MinIO: `localhost:9001`\n    - dremio: `localhost:9047`\n    - jupyterlab: `localhost:8888`\n\n### 🗃️ Initialize MinIO Buckets\n\n- minio will come up with 4 preinitialized buckets.\n\n    - datalake\n    - datalakehouse\n    - seed\n    - warehouse\n\n- Log in using:\n\n    - Username: `admin`\n    - Password: `password`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friju18%2Fapache-iceberg-kickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friju18%2Fapache-iceberg-kickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friju18%2Fapache-iceberg-kickstart/lists"}