m-lab / uuid-annotator

Produces metadata locally for every connection on each server.
Apache License 2.0
0 stars 0 forks source link

Add command to generate schemas to uuid-annotator Docker image #59

Closed stephen-soltesz closed 10 months ago

stephen-soltesz commented 10 months ago

This change adds a new command to the uuid-annotator repo for ./cmd/generate-schemas.

This command is similar to changes in https://github.com/m-lab/ndt-server/pull/386 or https://github.com/m-lab/msak/pull/25 which provide an optional command to generate the schema file describing the data produced by the service. The generated schema is suitable for input to https://github.com/m-lab/jostler for archiving autoloaded data types.


This change is Reviewable

stephen-soltesz commented 10 months ago

Thank you!