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

Implement $listSessions and $listLocalSessions aggregation pipeline stage #1426

Open
Tracked by #1917 ...
rumyantseva opened this issue Nov 16, 2022 · 0 comments
Open
Tracked by #1917 ...
Labels
area/aggregations Issues about aggregation pipelines code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI

Comments

@rumyantseva
Copy link
Member

rumyantseva commented Nov 16, 2022

What should be done?

https://www.mongodb.com/docs/manual/reference/operator/aggregation/listSessions/
https://www.mongodb.com/docs/manual/reference/operator/aggregation/listLocalSessions/

  • listSessions for collection (db.collection.aggregate())
  • listLocalSessions for database (db.aggregate())
@rumyantseva rumyantseva added the code/feature Some user-visible feature is not implemented yet label Nov 16, 2022
@rumyantseva rumyantseva changed the title Implement $listSessions aggregation pipeline stage Implement $listSessions and $listLocalSession aggregation pipeline stage Nov 16, 2022
@rumyantseva rumyantseva changed the title Implement $listSessions and $listLocalSession aggregation pipeline stage Implement $listSessions and $listLocalSessions aggregation pipeline stage Nov 16, 2022
@AlekSi AlekSi added the not ready Issues that are not ready to be worked on; PRs that should skip CI label May 1, 2023
@AlekSi AlekSi added the area/aggregations Issues about aggregation pipelines label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/aggregations Issues about aggregation pipelines code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI
Projects
None yet
Development

No branches or pull requests

2 participants