{"id":24468508,"url":"https://github.com/jayhan94/minilake","last_synced_at":"2025-03-14T13:23:09.502Z","repository":{"id":272692685,"uuid":"917447161","full_name":"jayhan94/MiniLake","owner":"jayhan94","description":"A morden mini lakehouse based on Spark and Delta running in the docker.","archived":false,"fork":false,"pushed_at":"2025-01-16T02:41:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T03:30:04.992Z","etag":null,"topics":["analytics","datalake","deltalake","lakehouse","spark"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/jayhan94.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-01-16T02:09:14.000Z","updated_at":"2025-01-16T02:46:11.000Z","dependencies_parsed_at":"2025-01-16T03:42:32.292Z","dependency_job_id":null,"html_url":"https://github.com/jayhan94/MiniLake","commit_stats":null,"previous_names":["jayhan94/minilake"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhan94%2FMiniLake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhan94%2FMiniLake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhan94%2FMiniLake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhan94%2FMiniLake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayhan94","download_url":"https://codeload.github.com/jayhan94/MiniLake/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581547,"owners_count":20314257,"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":["analytics","datalake","deltalake","lakehouse","spark"],"created_at":"2025-01-21T07:11:50.898Z","updated_at":"2025-03-14T13:23:09.470Z","avatar_url":"https://github.com/jayhan94.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniLake\nA morden mini lakehouse based on Spark and Iceberg running in the docker.\n\n# Usage\nBuild and run\n```bash\ndocker compose up --build\n```\n\nAttach the spark container\n```bash\ndocker exec -it spark-iceberg /opt/spark/bin/spark-sql\n```\n\nCreate table\n```SQL\nCREATE TABLE student (id INT, name STRING, age INT) USING ICEBERG LOCATION 's3://minilake/student';\n```\n\nInsert data\n```SQL\nINSERT INTO student VALUES (1, 'jay', 15), (2, 'dove', 15);\n```\n\nExecute query\n```SQL\nSELECT * FROM student;\n```\n\n# TODO\n1. A standalone catalog server.\n2. Ingesting real-time data from Kafka.\n3. CDC.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayhan94%2Fminilake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayhan94%2Fminilake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayhan94%2Fminilake/lists"}