FelixGV / schema-repo-frontend

A frontend for browsing an avro schema-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schema-repo-frontend

A frontend for browsing an avro schema repo .

Schemas are not cached but got on demand from the REST api provided by the schema repo.

Inspired by avrodoc.

How to use it?

Open config.js and set the following variables:

  • ENDPOINT: url of schema repo (e.g "localhost")
  • SCHEMA_REPO_PORT: port of schema repo (e.g 2876)
  • LOCAL_PORT: local port (e.g 8082)

Then:

$ npm install
$ node server.js

About

A frontend for browsing an avro schema-repo

License:Apache License 2.0


Languages

Language:JavaScript 93.5%Language:CSS 6.5%