Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/batazor/go-files-store
- Owner: batazor
- License: mit
- Created: 2018-11-22T10:32:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T10:44:29.000Z (over 5 years ago)
- Last Synced: 2024-04-14T21:35:18.725Z (7 months ago)
- Language: Go
- Homepage: https://batazor.github.io/go-files-store/
- Size: 3.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
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)