-
Notifications
You must be signed in to change notification settings - Fork 120
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
Is this Repository Still Maintained? #128
Comments
|
@aheckmann I would be willing to take on maintenance and merging of pull requests for this code base. |
I think this repository should get a deprecation warning and a hint to use the mongodbs official streaming api. Everyone using this repo/npm package should upgrade their code according to this tutorial |
@florianeichin I agree. I have also converted over to the official MongoDB streaming API. |
It’s on the man page for GridFSBucket, http://mongodb.github.io/node-mongodb-native/3.5/api/GridFSBucket.html
You can set the metadata in the options argumante.
For more detailed help Stackoverflow would be your best bet.
Cheers,
John.
From: Hoang Trinh <[email protected]>
Reply-To: aheckmann/gridfs-stream <[email protected]>
Date: Monday, April 27, 2020 at 3:05 AM
To: aheckmann/gridfs-stream <[email protected]>
Cc: "[email protected]" <[email protected]>, Mention <[email protected]>
Subject: Re: [aheckmann/gridfs-stream] Is this Repository Still Maintained? (#128)
@florianeichin<https://github.com/florianeichin> , @jlyonsmith<https://github.com/jlyonsmith> : do you guys know how to use mongodb official GridFSBucket API to do this task https://github.com/HolgerFrank/gridfs-stream#accessing-file-metadata ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#128 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AACK2I7CG4KG2OJDW3M6ZV3ROVKHPANCNFSM4ESCHHPQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this fork which has some bugs fixed.
The text was updated successfully, but these errors were encountered: