Skip to content

tbcdns/schema-repo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published