-
Notifications
You must be signed in to change notification settings - Fork 2
Welcome to BlockQueue
Yudha Subki edited this page Dec 11, 2023
·
1 revision
- Go to the Release Page https://github.com/yudhasubki/blockqueue/releases
- Choose the OS Linux or macOS and Architecture: arm, arm64, and amd64
- Extract and go to the directory
- Create yaml file by copying the yaml.example
cp config.yaml.example config.yaml- Create your own SQLite3:
sqlite3 database-name
- Setup the configuration file
http:
port: 8080
logging:
level: "info"
type: "json"
sqlite:
db_name: "/path/sqlitedb"
busy_timeout: 5000
etcd:
path: "/setup-path-to-write-etcd/database" # automatically generate while apps running
- Migrate by running command:
./blockqueue migrate -config /your/config-path/config.yaml
- Running the Queue:
./blockqueue http -config /your/config-path/config.yaml