gridfs-stream icon indicating copy to clipboard operation
gridfs-stream copied to clipboard

Is this Repository Still Maintained?

Open 360disrupt opened this issue 7 years ago • 6 comments

Found this fork which has some bugs fixed.

360disrupt avatar Feb 23 '18 08:02 360disrupt

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.

jlyonsmith avatar Apr 26 '18 14:04 jlyonsmith

  • Is there an alternative as of working with mongoose?
  • Is there any possibility to to donate this codebase to some other maintainers? As it would be missleading, if everyone starts forking this now.

florianeichin avatar Oct 16 '18 06:10 florianeichin

@aheckmann I would be willing to take on maintenance and merging of pull requests for this code base.

jlyonsmith avatar Oct 17 '18 00:10 jlyonsmith

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 avatar Nov 02 '18 08:11 florianeichin

@florianeichin I agree. I have also converted over to the official MongoDB streaming API.

jlyonsmith avatar Nov 02 '18 18:11 jlyonsmith

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)

@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.

jlyonsmith avatar Apr 27 '20 17:04 jlyonsmith