Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema registry with versioning #54

Open
mikesparr opened this issue Feb 20, 2019 · 0 comments
Open

Add schema registry with versioning #54

mikesparr opened this issue Feb 20, 2019 · 0 comments
Assignees

Comments

@mikesparr
Copy link
Owner

If we are going to allow dynamic nodes in graph, and dynamic document types in #53 then we need ability to define and manage schemas and versioning. (go add type version field for #53)

Proposed schema

  • id: string (enum of ObjectType)
  • version: number
  • structure: any
  • published: string (ISO_8601)
  • archived: boolean

UNIQUE index on id, version fields

@mikesparr mikesparr self-assigned this Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant