knox / Redis-readme-1.c
0 likes
0 forks
1 files
Last active
1 | struct client { |
2 | int fd; |
3 | sds querybuf; |
4 | int argc; |
5 | robj **argv; |
6 | redisDb *db; |
7 | int flags; |
8 | list *reply; |
9 | // ... many other fields ... |
10 | char buf[PROTO_REPLY_CHUNK_BYTES]; |
knox / Bytebase-readme-9.sh
0 likes
0 forks
1 files
Last active
1 | cd frontend && pnpm i && pnpm dev |
knox / Bytebase-readme-8.sh
0 likes
0 forks
1 files
Last active
1 | air -c scripts/.air.toml -- --backup-region us-east-1 --backup-bucket s3:\\/\\/example-bucket --backup-credential ~/.aws/credentials |
knox / Bytebase-readme-7.sh
0 likes
0 forks
1 files
Last active
1 | ulimit -n 10240 |
knox / Bytebase-readme-6.sh
0 likes
0 forks
1 files
Last active
1 | PG_URL=postgresql://bbdev@localhost/bbdev $(go env GOPATH)/bin/air -c scripts/.air.toml |
knox / Bytebase-readme-5.sql
0 likes
0 forks
1 files
Last active
1 | CREATE USER bbdev SUPERUSER; |
2 | CREATE DATABASE bbdev; |
knox / Bytebase-readme-4.sh
0 likes
0 forks
1 files
Last active
1 | git clone https://github.com/bytebase/bytebase |
knox / Bytebase-readme-3.sh
0 likes
0 forks
1 files
Last active
1 | go install github.com/bytebase/air@87187cc |
knox / Bytebase-readme-2.md
0 likes
0 forks
1 files
Last active
🪶 | Dependency Free | Start with a single command ./bytebase without any external dependency. External PostgreSQL data store and others are optional. |
🔗 | Integration First | Solely focus on database management and leave the rest to others. We have native VCS integration with GitHub/GitLab, Terraform Provider, webhook, and etc. |
💂♀️ | Engineering Disciplined | Disciplined bi-weekly release and engineering practice. |