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

[Datasets] Support MongoDB as a datasource for Dataset #28874

Closed
jianoaix opened this issue Sep 28, 2022 · 0 comments · Fixed by #28550
Closed

[Datasets] Support MongoDB as a datasource for Dataset #28874

jianoaix opened this issue Sep 28, 2022 · 0 comments · Fixed by #28550
Assignees
Labels
data Ray Data-related issues enhancement Request for new feature and/or capability P1 Issue that should be fixed within a few weeks

Comments

@jianoaix
Copy link
Contributor

This is a feature request to add MongoDB as a datasource to read and create Dataset. This will be supported by implementing a custom DataSource.

Use cases:

  • MongoDB is a popular non-SQL database (e.g. ranked 5th on https://db-engines.com/en/ranking, and all 4 DBs above are SQL databases), so it's useful to have support from Datasets.
  • We actually have customers using MongoDB in production. Without this integration, the customers have to build their batch prediction application on top of Ray Core APIs, which is much more demanding -- it'll take more effort, long time and then produce an application that's more prone to issues due to larger surface area of lower-level APIs.
@jianoaix jianoaix self-assigned this Sep 28, 2022
@jianoaix jianoaix added the P1 Issue that should be fixed within a few weeks label Sep 28, 2022
@richardliaw richardliaw added this to the Ray 2.1 milestone Oct 1, 2022
@clarkzinzow clarkzinzow added enhancement Request for new feature and/or capability data Ray Data-related issues labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Ray Data-related issues enhancement Request for new feature and/or capability P1 Issue that should be fixed within a few weeks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants