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

Storing additional metadata #10

Open
anxiousmodernman opened this issue May 14, 2017 · 0 comments
Open

Storing additional metadata #10

anxiousmodernman opened this issue May 14, 2017 · 0 comments

Comments

@anxiousmodernman
Copy link
Contributor

The core function is to dump data, but we might persist additional metadata on a special key path:

/{schema}/{table}/metadata/{something}

Rather than forcing the person querying out k-v store to map a complicated data structure that contains all metadata, we might provide arrays of strings for some things

/{schema}/{table}/metadata/columns - ["id", "name", "age"]
/{schema}/{table}/metadata/types - ["numeric", "string", "numeric"]
//{schema}/{table}/metadata/primary-key - "id"
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