{"id":20825853,"url":"https://github.com/joewood/react-iceberg","last_synced_at":"2026-04-11T13:34:13.882Z","repository":{"id":46894876,"uuid":"373883242","full_name":"joewood/react-iceberg","owner":"joewood","description":"React Components to visualize Apache Iceberg tables","archived":false,"fork":false,"pushed_at":"2021-08-19T12:05:57.000Z","size":1412,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T00:03:39.120Z","etag":null,"topics":["apache-arrow","apache-iceberg","apache-spark","avro","devcontainer","docker-compose","minio","reactjs","s3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/joewood.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}},"created_at":"2021-06-04T15:22:41.000Z","updated_at":"2022-08-21T19:28:34.000Z","dependencies_parsed_at":"2022-09-23T08:12:44.602Z","dependency_job_id":null,"html_url":"https://github.com/joewood/react-iceberg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joewood/react-iceberg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewood%2Freact-iceberg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewood%2Freact-iceberg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewood%2Freact-iceberg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewood%2Freact-iceberg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joewood","download_url":"https://codeload.github.com/joewood/react-iceberg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewood%2Freact-iceberg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["apache-arrow","apache-iceberg","apache-spark","avro","devcontainer","docker-compose","minio","reactjs","s3"],"created_at":"2024-11-17T23:06:57.545Z","updated_at":"2026-04-11T13:34:13.866Z","avatar_url":"https://github.com/joewood.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## React Iceberg\n\nA set of React components to visualize [Apache Iceberg](https://iceberg.apache.org/) Tables.\n\n![Screenshot](./docs/screenshot.png)\n\n## Usage\n\n**NOTE** - this component is very much experimental\n\n```bash\n$ npm install react-iceberg\n```\n\nThe component includes the S3 client library, used to access the metadata and manifests in the Apache Iceberg table. This data is loaded using a React Hook.\n\n```typescript\nimport { IcebergMetadata, IcebergTableUpdated, useMetadata } from \"react-iceberg\";\n\nconst options = {\n    accessKeyId: /** S3 Access Key ID */,\n    secretAccessKey: /** Secret Access key */,\n    // TODO: this should be able to use the proxy (window.location.origin)\n    endpoint: /** S3 APi Endpoint */,\n}\n\nconst Component: FC = () =\u003e {\n    const { metadata, error, options } = useMetadata(\n        \"catalog\" /** name of the S3 Bucket */,\n        options);\n\n    return \u003cIcebergTableUpdated table={metadata} options={options} /\u003e\n\n    return \u003cIcebergMetadata schema={metadata.schema} /\u003e}\n}\n```\n\n## Development\n\nThese components are in the early stages of development. The repository includes the configuration for a VSCode Development Container. The pre-requisites for development are. It's highly recommended to use the preconfigured dev container environment. Please install Docker, use WSL2 for Windows with Docker for WSL2 enabled.\n\nThe dev container environment provides the following:\n\n-   [Apache Spark](https://spark.apache.org/) container with a single master running in local mode, this includes the Apache Iceberg libraries and configured catalog\n-   A [Minio Container](https://github.com/minio/minio) providing an S3 compatible service\n-   An init-container that runs setup script configuring the S3 based environment\n-   [Create React App](https://create-react-app.dev/docs/getting-started/) test application for development inside the containerized environment\n\nThe Apache Iceberg catalog and table is created using the **create-test-table.py** script, this is submitted using the following command:\n\n```bash\n$ spark-submit create-test-table.py\n```\n## Contributions\n\n * Joe Wood\n * Yves-Noel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoewood%2Freact-iceberg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoewood%2Freact-iceberg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoewood%2Freact-iceberg/lists"}