-
Notifications
You must be signed in to change notification settings - Fork 5
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 aggregation commands to queries:run endpoint #447
Comments
@aclum We have started developing this endpoint and can currently return the results of one aggregate command. That means it can return results of up to 16MB. Would it be helpful for you to have access to this interim stage |
Link to relevant PR: https://github.com/microbiomedata/nmdc-runtime/compare/422-add-aggregation-command |
so, it turns out that cursors for The approach I think we'll take for this now is:
|
Yes, that would be useful. |
New ticket to extend aggregate query:run with paging: #460 |
* create query models for aggregate command and response * fix typo * add usage example for aggregate query run * 437 co-locate API usage documentation on SwaggerUI (#455) * starter * style for #437 * add api docs for find * update docs * add schema metadata endpoints docs * add docs for metadata endpoints * add formatting for API endpoints * remove copy pasta --------- Co-authored-by: Donny Winston <[email protected]> * feat: retain docker-build.sh without committing * feat: get plaintext orcid jwt via cookie (#458) closes #457 * feat: aggregate cmd via POST /queries:run closes #447 --------- Co-authored-by: Donny Winston <[email protected]>
Split from: microbiomedata/issues#496
From @aclum:
From @dwinston:
The text was updated successfully, but these errors were encountered: