An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

MostlyJS Blob Storages
======================

[![Build Status](https://travis-ci.org/mostlyjs/mostly-blob-storages.svg)](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