Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/batazor/go-files-store

Service for get/set files
https://github.com/batazor/go-files-store

Last synced: 25 days ago
JSON representation

Service for get/set files

Awesome Lists containing this project

README

        

# go-files-store
Service for get/set files

### Getting start

```
docker-compose up
```

### ENV

| Name | Value |
|---------------------|----------------------------------|
| MINIO_ENDPOINT | localhost:9001 |
| MINIO_ACCESS_KEY | ACCESS_KEY |
| MINIO_SECRET_KEY | SECRET_KEY |
| MINIO_SECURE | false |
| HTTP_PORT | 7070 |

### Feature

- Service fro work with files (set/get/delete)
- Minio cluster
- lambda compute

### Architecture

![architecture](./docs/kubernetes.svg)