Open 360disrupt opened 6 years ago
I don't think so. Which is a problem because lots of folks depend on it, including me! I'm going to at least fix #126 in my fork which is a show-stopper issue right now.
@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 notifications@github.com Reply-To: aheckmann/gridfs-stream reply@reply.github.com Date: Monday, April 27, 2020 at 3:05 AM To: aheckmann/gridfs-stream gridfs-stream@noreply.github.com Cc: "john@lyon-smith.org" john@lyon-smith.org, Mention mention@noreply.github.com Subject: Re: [aheckmann/gridfs-stream] Is this Repository Still Maintained? (#128)
@florianeichinhttps://github.com/florianeichin , @jlyonsmithhttps://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 GitHubhttps://github.com/aheckmann/gridfs-stream/issues/128#issuecomment-619877288, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AACK2I7CG4KG2OJDW3M6ZV3ROVKHPANCNFSM4ESCHHPQ.
Found this fork which has some bugs fixed.