A CP-like Schema Registry that doesn't use Kafka for storage.
Currently in an experimental state.
Build Container
$ docker build -t lxghtless/schema-registry:latest .Run Container
$ docker run -d --name lxghtless-schema-registry -p 8081:8081 lxghtless/schema-registry:latestInstall dependencies
$ yarnLint (fix)
$ yarn lintRun Knex.js Migrations
$ yarn migrateBuild
$ yarn buildRun (local development)
$ yarn dev- Add
/configroutes. - Add JSON Schema support.
- Make
knexclient & options configurable. - Expand and improve compatibility modes.
- Tests.
- Add JWT validation support.