-
Notifications
You must be signed in to change notification settings - Fork 598
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
Implement Readable stream for runQuery in datastore #289
Labels
api: datastore
Issues related to the Datastore API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
Milestone
Comments
ryanseys
added a commit
that referenced
this issue
Nov 7, 2014
…stream datastore: runQuery as a stream. fixes #289
yoshi-automation
added
🚨
This issue needs some love.
triage me
I really want to be triaged.
labels
Apr 6, 2020
4 tasks
sofisl
pushed a commit
that referenced
this issue
Sep 15, 2022
4 tasks
sofisl
pushed a commit
that referenced
this issue
Oct 12, 2022
* Switch from Mocha to Ava * Concurrency: 5
sofisl
pushed a commit
that referenced
this issue
Oct 12, 2022
This was referenced Oct 12, 2022
sofisl
pushed a commit
that referenced
this issue
Oct 13, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
4 tasks
sofisl
pushed a commit
that referenced
this issue
Oct 13, 2022
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 468790263 Source-Link: googleapis/googleapis@873ab45 Source-Link: googleapis/googleapis-gen@cb6f37a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I2ZjM3YWVmZjJhMzQ3MmU0MGE3YmJhY2U4YzY3ZDc1ZTI0YmVlNSJ9
Closed
sofisl
pushed a commit
that referenced
this issue
Nov 10, 2022
This was referenced Nov 10, 2022
sofisl
pushed a commit
that referenced
this issue
Nov 11, 2022
sofisl
pushed a commit
that referenced
this issue
Nov 17, 2022
This was referenced Nov 17, 2022
sofisl
pushed a commit
that referenced
this issue
Nov 18, 2022
PiperOrigin-RevId: 316714521 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jun 16 10:55:41 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 714a5f10f22d932bf4365dfdd57ced2c819e0ade Source-Link: googleapis/googleapis@714a5f1
4 tasks
sofisl
pushed a commit
that referenced
this issue
Jan 17, 2023
* Switch from Mocha to Ava * Concurrency: 5
sofisl
pushed a commit
that referenced
this issue
Jan 24, 2023
* Switch from Mocha to Ava * Concurrency: 5
sofisl
pushed a commit
that referenced
this issue
Jan 24, 2023
sofisl
pushed a commit
that referenced
this issue
Jan 25, 2023
* Switch from Mocha to Ava * Concurrency: 5
sofisl
pushed a commit
that referenced
this issue
Jan 25, 2023
sofisl
pushed a commit
that referenced
this issue
Sep 14, 2023
* Switch from Mocha to Ava * Concurrency: 5
sofisl
pushed a commit
that referenced
this issue
Sep 14, 2023
4 tasks
This was referenced Oct 27, 2023
Open
This was referenced Dec 14, 2023
Open
This was referenced Jan 2, 2024
Open
Open
This was referenced Mar 15, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: datastore
Issues related to the Datastore API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
If no callback is given to runQuery, imply a Readable stream mode, e.g.:
And handle providing results as long as they are available.
The text was updated successfully, but these errors were encountered: