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

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

Awesome Lists containing this project

README

          

#

Storage management platform connected with your favourite products.

# Demo
![](buf-io.gif)

## 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.