{"id":13697755,"url":"https://github.com/lensesio/schema-registry-ui","last_synced_at":"2025-12-15T14:24:58.060Z","repository":{"id":45012658,"uuid":"60967444","full_name":"lensesio/schema-registry-ui","owner":"lensesio","description":"Web tool for Avro Schema Registry |","archived":false,"fork":false,"pushed_at":"2024-02-13T15:12:45.000Z","size":10715,"stargazers_count":415,"open_issues_count":39,"forks_count":112,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-05-23T00:15:33.475Z","etag":null,"topics":["avro","kafka","schema-registry"],"latest_commit_sha":null,"homepage":"http://lenses.io/product/features","language":"JavaScript","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/lensesio.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}},"created_at":"2016-06-12T13:01:38.000Z","updated_at":"2024-08-02T18:34:18.820Z","dependencies_parsed_at":"2022-08-22T23:30:39.419Z","dependency_job_id":"78dd9d87-63bb-4664-a3af-005c43025cb3","html_url":"https://github.com/lensesio/schema-registry-ui","commit_stats":{"total_commits":253,"total_committers":20,"mean_commits":12.65,"dds":0.6600790513833992,"last_synced_commit":"edb2342b567d5cb3341b1e23fb3bc335458d2c06"},"previous_names":["landoop/schema-registry-ui"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lensesio%2Fschema-registry-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lensesio%2Fschema-registry-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lensesio%2Fschema-registry-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lensesio%2Fschema-registry-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lensesio","download_url":"https://codeload.github.com/lensesio/schema-registry-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252252602,"owners_count":21718765,"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":["avro","kafka","schema-registry"],"created_at":"2024-08-02T18:01:02.395Z","updated_at":"2025-12-15T14:24:52.737Z","avatar_url":"https://github.com/lensesio.png","language":"JavaScript","funding_links":[],"categories":["Libraries"],"sub_categories":["Kafka Streams"],"readme":"# schema-registry-ui\n\n[![release](http://github-release-version.herokuapp.com/github/landoop/schema-registry-ui/release.svg?style=flat)](https://github.com/landoop/schema-registry-ui/releases/latest)\n[![docker](https://img.shields.io/docker/pulls/landoop/schema-registry-ui.svg?style=flat)](https://hub.docker.com/r/landoop/schema-registry-ui/)\n[![Join the chat at https://gitter.im/Landoop/support](https://img.shields.io/gitter/room/nwjs/nw.js.svg?maxAge=2592000)](https://gitter.im/Landoop/support?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nThis is a web tool for the [confluentinc/schema-registry](https://github.com/confluentinc/schema-registry) in order to create / view / search / evolve / view history \u0026 configure **Avro** schemas of your Kafka cluster.\n\n## Live Demo\n[schema-registry-ui.demo.lenses.io](http://schema-registry-ui.demo.lenses.io)\n\n## Prerequisites\nYou will need schema-registry installed with CORS enabled.\n\nIn order to enable CORS, add in `/opt/confluent-3.x.x/etc/schema-registry/schema-registry.properties`\n\n```\naccess.control.allow.methods=GET,POST,PUT,OPTIONS\naccess.control.allow.origin=*\n```\nAnd then restart the [schema-registry] service\n\n##### Get the set up locally\nWe also provide the schema-registry and schema-registry-ui as part of the [fast-data-dev](https://github.com/Landoop/fast-data-dev) docker image for local development setup that also gives all the relevant backends. Just run:\n```\ndocker run -d --name=fast-data-dev -p 8081:8081 landoop/fast-data-dev\n```\nCheckout more about fast-data-dev docker container [here](https://github.com/Landoop/fast-data-dev)\n\n## Running it via Docker\n\nTo run it via the provided docker image:\n\n```\ndocker pull landoop/schema-registry-ui\ndocker run --rm -p 8000:8000 \\\n           -e \"SCHEMAREGISTRY_URL=http://confluent-schema-registry-host:port\" \\\n           landoop/schema-registry-ui\n```\n\nPlease see the [docker readme](https://github.com/Landoop/schema-registry-ui/tree/master/docker) for more information\nand how to enable various features or avoid CORS issues via the proxy flag.\n\n## Build from source\n\n```\n    git clone https://github.com/Landoop/schema-registry-ui.git\n    cd schema-registry-ui\n    npm install\n    npm start\n```\nWeb UI will be available at `http://localhost:8080`\n\n### Nginx config\n\nIf you use `nginx` to serve this ui, let angular manage routing with\n```\n    location / {\n        try_files $uri $uri/ /index.html =404;\n        root /folder-with-schema-registry-ui/;\n    }\n```\n\n### Setup Schema Registry clusters\n\nUse multiple schema registry clusters in `env.js` :\n```\nvar clusters = [\n   {\n       NAME:\"prod\",\n       // Schema Registry service URL (i.e. http://localhost:8081)\n       SCHEMA_REGISTRY: \"http://localhost:8081\", // https://schema-registry.demo.landoop.com\n       COLOR: \"#141414\", // optional\n       readonlyMode: true // optional\n     },\n     {\n       NAME:\"dev\",\n       SCHEMA_REGISTRY: \"http://localhost:8383\",\n       COLOR: \"red\", // optional\n       allowGlobalConfigChanges: true, // optional\n       //allowTransitiveCompatibilities: true        // if using a Confluent Platform release \u003e= 3.1.1 uncomment this line\n     }\n  ];\n\n```\n* Use `COLOR` to set different header colors for each set up cluster.\n* Use `allowGlobalConfigChanges` to enable configuring Global Compatibility Level from the UI.\n* Use `allowTransitiveCompatibilities` to enable transitive compatibility levels. This is supported in SR \u003e= 3.1.1\n* Use `allowSchemaDeletion` to enable schema deletion from the UI. This is supported in SR \u003e= 3.3.0\n* Use `readonlyMode` to prevent any configuration or schema changes from the UI. It overwrites the previous parameters (`allowGlobalConfigChanges`, `allowSchemaDeletion`).\n\n## Changelog\n[Here](https://github.com/Landoop/schema-registry-ui/wiki/Changelog)\n\n## License\n\nThe project is licensed under the [BSL](http://www.landoop.com/bsl) license.\n\n## Relevant Projects\n\n* [kafka-topics-ui](https://github.com/Landoop/kafka-topics-ui), UI to browse Kafka data and work with Kafka Topics\n* [kafka-connect-ui](https://github.com/Landoop/kafka-connect-ui), Set up and manage connectors for multiple connect clusters\n* [fast-data-dev](https://github.com/Landoop/fast-data-dev), Docker for Kafka developers (schema-registry,kafka-rest,zoo,brokers,landoop)\n* [Landoop-On-Cloudera](https://github.com/Landoop/Landoop-On-Cloudera), Install and manage your kafka streaming-platform on you Cloudera CDH cluster\n\n\n\n\u003cimg src=\"http://www.landoop.com/images/landoop-dark.svg\" width=\"13\" /\u003e www.landoop.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flensesio%2Fschema-registry-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flensesio%2Fschema-registry-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flensesio%2Fschema-registry-ui/lists"}