https://github.com/sofyan48/go-binlog
https://github.com/sofyan48/go-binlog
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofyan48/go-binlog
- Owner: sofyan48
- Created: 2021-07-10T06:46:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T14:36:47.000Z (about 4 years ago)
- Last Synced: 2025-02-19T14:07:48.682Z (8 months ago)
- Language: Go
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang binglog
## Example Architecture
## 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
```