部内アンケートシステム
https://wiki.trapti.tech/SysAd/docs/anke-to/development
Docker, Goが必要です
make dev
Docker,openapi-generator-cli,Goが必要です。
#ベンチマーク前のanke-to起動
# make tuning
#ベンチマーク
$ make bench
#750レコードinsert
$ make bench-init
#pprof
$ make pprof
#pt-query-digest
# make slow
#myprofiler
# make myprof ARGS="{引数}"
Node.js が必要です
cd client
npm install
npm run serve
(詳しくは client/README.md
を参照)