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

AJ-2008: json-based entities POC #3026

Draft
wants to merge 16 commits into
base: develop
Choose a base branch
from
Draft

Conversation

davidangb
Copy link
Contributor

@davidangb davidangb commented Sep 11, 2024

Ticket: AJ-2008

Proof of concept of the JSON-based schema from https://docs.google.com/document/d/12WnIUxJ9uGwpdKVwFMeH-6q_hKUlcIsvcDbdnzzaV_g/edit.

Working:

  • create entity
  • get entity
  • entity type metadata
  • entityQuery basic functionality: sorting, pagination

Next priorities to investigate:

  • entity references
  • expression evaluation
  • batchUpsert performance
  • assess Cromwell integration: will need updates, uses entityQuery directly
  • assess async upsert integration: should be ok, all runs through EntityService

Still to do:

  • deleting entities
  • entityQuery streaming
  • a whole lot of unit tests
  • recordVersion locking
  • workspace lastUpdated updating
  • error handling, input validation niceness
  • entityQuery advanced functionality: search, filter by column, result projection
  • anything else not explicitly mentioned in the "Working" section

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

Successfully merging this pull request may close these issues.

1 participant