Skip to content

Data modeling questions #26

@shanebo

Description

@shanebo

I've noticed some data model/structure irregularities and inconsistencies (totally understandable given the data size/scope). For examples:

  1. sometimes non uids are used as foreign keys (e.g., writers are personLookup rather than uid)
  2. sometimes props/keys for things that can only be one object (father, mother, etc.) are arrays instead of string foreign keys
  3. some number props/keys are strings when they could be integers
  4. some keys are all caps, while most are camelCase, and a few are snake_case
  5. arrays of relationships are embedded in some types while others they aren't (e.g., book has writers but a person in people doesn't have associated books array of ids)

Are these things you're open to refining, or has that ship sailed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions