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

https://github.com/sofyan48/go-binlog


https://github.com/sofyan48/go-binlog

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Golang binglog

## Example Architecture
![Example Architecture](https://github.com/sofyan48/go-binlog/blob/master/resource/ex_architecture.png)

## Configuration
### Environment
```
$cp .env.example .env
```
### Run Compose
```
$docker-compose up
```
### Migration
```
go run src/main.go run db:migrate up
```
## Run
```
go run src/main.go run
```