gridfs
How to make nginx-gridfs properly use the result of regex location match
In short, this doesn\'t work: location ~* /grid/(.+)/ { gridfs filestore field=filename type=string root_collection=storage.$1;[详细]
2023-04-13 01:04 分类:问答MongoDB GridFS store multiple sizes of image or use on the fly resizing
In my web app i\'m using MongoDB GridFS to store user uploaded images. The rest of the site is managed by MySQL.[详细]
2023-04-06 22:24 分类:问答Problem with MongoDB GridFS Saving Files with Node.JS
I have a function saving a file to gridfs.It somehow stopped working sporadically after a refactor and I\'ve spent over 2 hours staring blankly at it.I swear it\'s roughly the same as it was.I seem to[详细]
2023-03-24 22:45 分类:问答How can I delete files (in a transaction-like manner) from MongoDB's GridFS using the Mongo console
I need to delete a bunch of files, stored in Mongo\'s GridFS that are older than a given date. This implies that I\'d need to delete from both fs.files and fs.chunks collections.[详细]
2023-03-23 08:00 分类:问答GridFS and FindOne based upon file metadata
I\'ve got some additional details stored in a files metadata. I\'m trying to figure out how to query this out using the c# official driver.[详细]
2023-03-20 20:51 分类:问答Listing files in GridFS directory using Ruby driver
Is it possible to list all files in given GridFS directory using ruby mongo driver? I\'ve searched through documentatio开发者_高级运维n and have not found anything satisfying. What is more I cannot fi[详细]
2023-03-17 16:35 分类:问答GridFS + CarrierWave + nginx unable to get file
In my project I upload audiofiles to GridFS using CarrierWave gem. After uploading file is saved to GridFS properly but in my application I am unable to get it from GridFS with MongoFiles Tool or with[详细]
2023-03-13 23:12 分类:问答Append data to existing gridfs file
As i can see java mongo driver does not provide capability to get OutputStream from existing gridFS file com.mongodb.gridfs.GridFSFile[详细]
2023-03-12 00:57 分类:问答Indexing 20M of records with python and mongoDB
I would like to mention about my little project, and if I\'m on track. I need work with all articles from Medline (http://www.nlm.nih.gov/bsd/licensee/2011_stats/baseline_doc.html). For those are not[详细]
2023-03-02 17:44 分类:问答mongodb/gridfs java-driver use with utf-8 meta data
I am trying to use GridFS to load a file along with some meta data using the java-driver. (2.5.3) Things work fine as long as the meta-data is in ASCII. But I get an[详细]
2023-02-28 12:11 分类:问答