https://github.com/mostlyjs/mostly-blob-storages
Blob storage engines for mostly microservices and api gateway middleware
https://github.com/mostlyjs/mostly-blob-storages
Last synced: about 1 year ago
JSON representation
Blob storage engines for mostly microservices and api gateway middleware
- Host: GitHub
- URL: https://github.com/mostlyjs/mostly-blob-storages
- Owner: MostlyJS
- License: mit
- Created: 2017-08-07T04:28:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T12:04:58.000Z (over 4 years ago)
- Last Synced: 2025-01-08T08:45:26.253Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MostlyJS Blob Storages
======================
[](https://travis-ci.org/mostlyjs/mostly-blob-storages)
This module provides multer storage engines for express api gateway
* Local storage
* Minio storage
* Qiniu storage (not yet)
* S3 storage (not yet)
* Swarm storage (not yet)
* ISPF storage (not yet)
With blob storages for mostly microservices based on the abstract-blob-storage.
* Local blob storage
* Minio blob storage
* Qiniu blob storage (not yet)
* S3 blob storage (not yet)
* Swarm blob storage (not yet)
* ISPF blob storage (not yet)
# Documentation
Please see the [documentation site](https://mostlyjs.github.io).
# Usage
## Installation
```bash
npm install mostly-blob-storages --save
```
# License
MIT