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

[ACTIONS] MongoDb - Aggregation, Update Many Documents, Find a Document #11834

Closed
ctrlaltdylan opened this issue May 6, 2024 · 2 comments · Fixed by #11893
Closed

[ACTIONS] MongoDb - Aggregation, Update Many Documents, Find a Document #11834

ctrlaltdylan opened this issue May 6, 2024 · 2 comments · Fixed by #11893
Assignees
Labels
action New Action Request enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@ctrlaltdylan
Copy link
Contributor

ctrlaltdylan commented May 6, 2024

Is there a specific app this action is for?

MongoDb

Please provide a link to the relevant API docs for the specific service / operation.

Aggregation

A thin wrapper around MongoDb aggregation for compounding several operations

db.collection('example').aggregate(pipeline)
https://www.mongodb.com/docs/drivers/node/current/fundamentals/aggregation/

Update Many Documents

db.collection('example').updateMany( filter, operation )

https://www.mongodb.com/docs/drivers/node/current/usage-examples/updateMany/

Find a Document

Find a document

Should be a thin wrapper around the findOne method on MongoDb Node.js:

db.collection('example').findOne(filter, options)

API docs: https://www.mongodb.com/docs/drivers/node/current/usage-examples/findOne/

@ctrlaltdylan ctrlaltdylan added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers action New Action Request labels May 6, 2024
@malexanderlim malexanderlim changed the title [ACTION] MongoDb - Aggregation [ACTIONS] MongoDb - Aggregation, Update Many Documents, Find a Document May 7, 2024
@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label May 7, 2024
@jcortes jcortes self-assigned this May 7, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/ACTIONS-MongoDb-Aggregation-Update-Many-Documents-Find-a-Document-ea5496dec38a4abfb3a8fc3930bf5431

@vunguyenhung
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action New Action Request enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants