Skip to content

Add schema registry with versioning #54

Description

@mikesparr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions