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

GridFS #1

Open
erfanium opened this issue Apr 19, 2022 · 4 comments
Open

GridFS #1

erfanium opened this issue Apr 19, 2022 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@erfanium
Copy link
Owner

I think gridfs support also can be implemented in this sdk.

@erfanium erfanium added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 19, 2022
@arthur-ver
Copy link
Contributor

Haven't used GridFS before. Do you have any doc links? I might give a try to implement it.

@erfanium
Copy link
Owner Author

erfanium commented Jul 23, 2022

@arthur-ver you can see x/mongo gridfs implementation from here https://github.com/denodrivers/deno_mongo/tree/main/src/gridfs

big files can be chunked into multiple documents via gridfs, so we can store them in MongoDB. but i'm not sure is it possible via Atlas data api or not

@arthur-ver
Copy link
Contributor

Bildschirmfoto 2022-07-23 um 16 35 21

According to MongoDB docs it requires a MongoDB driver, hence I'm not sure if it's possible via the Data API

@lucsoft
Copy link

lucsoft commented Oct 4, 2022

the current implementation of GridFS in x/mongo doesn't do any fancy mongodb driver stuff

it should be very simple to support gridfs in atlas_sdk as it's just more of a collection of helper functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants