https://github.com/blackboxvision/multer-storage-gridfs
💽 Upload your files faster to gridfs with this custom multer storage
https://github.com/blackboxvision/multer-storage-gridfs
gridfs library mongodb multer multer-storage-gridfs storage
Last synced: about 1 year ago
JSON representation
💽 Upload your files faster to gridfs with this custom multer storage
- Host: GitHub
- URL: https://github.com/blackboxvision/multer-storage-gridfs
- Owner: BlackBoxVision
- License: mit
- Created: 2017-01-31T13:11:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T00:28:51.000Z (over 3 years ago)
- Last Synced: 2025-05-04T22:08:34.147Z (about 1 year ago)
- Topics: gridfs, library, mongodb, multer, multer-storage-gridfs, storage
- Language: JavaScript
- Homepage:
- Size: 2.49 MB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multer Storage GridFS
> :minidisc: Multer Storage Engine is the simplest way to save your files to MongoDB GridFs backed by multer
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/multer-storage-gridfs) [](https://www.npmjs.com/package/multer-storage-gridfs) [](https://travis-ci.org/BlackBoxVision/multer-storage-gridfs) [](https://codecov.io/gh/BlackBoxVision/multer-storage-gridfs) [](https://coveralls.io/github/BlackBoxVision/multer-storage-gridfs?branch=master) [](https://snyk.io/test/github/blackboxvision/multer-storage-gridfs)
[](https://nodei.co/npm/multer-storage-gridfs/) [](https://nodei.co/npm/multer-storage-gridfs/)
## Installation
**YARN**
```javascript
yarn add multer-storage-gridfs
```
**NPM**
```javascript
npm install --save multer-storage-gridfs
```
## API Docs
[Read them here](/docs/API.md)
## Issues
If you found a bug, or you have an answer, or whatever. Please, open an [issue](https://github.com/BlackBoxVision/multer-gridfs/issues). I will do the best to fix it, or help you.
## Contributing
Of course, if you see something that you want to upgrade from this library, or a bug that needs to be solved, **PRs are welcome!**
## License
Distributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/multer-gridfs/blob/master/LICENSE) for more information.