https://github.com/zdunecki/buf-io
Open Source system to automate tasks between other services
https://github.com/zdunecki/buf-io
Last synced: about 1 year ago
JSON representation
Open Source system to automate tasks between other services
- Host: GitHub
- URL: https://github.com/zdunecki/buf-io
- Owner: zdunecki
- Created: 2019-01-14T17:05:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T15:37:27.000Z (over 7 years ago)
- Last Synced: 2025-02-12T14:30:51.754Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 9.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
Storage management platform connected with your favourite products.
# Demo

## Support
### Data storage
* [DropBox](dropbox.md)
### Integrations
* [Slack](slack.md)
## Development
### Prerequisites
* Docker with Docker Compose
* Your favourite IDE with remote debug. (I highly recommends Goland with these setup: https://mikemadisonweb.github.io/2018/06/14/go-remote-debug/)
* Data storage and integrations supported by buf-io
* buf-io configure file (buf-io.yaml)
### How to run
```
docker-compose build
docker-compose up
```
Then call remote debug (described above) and then app should run on port default port (5555).
## buf-io.yaml
This is a configuration file. Currently structure looks like this:
```yaml
config:
storage:
- example storage e.g dropbox
integrations:
example integration e.g slack:
```
If you need details for particular storage/integrations read their .md files.