modulepackage
0.0.0-20241107225852-559ac656df31
Repository: https://github.com/traptitech/anke-to.git
Documentation: pkg.go.dev
# README
anke-to
部内アンケートシステム
開発
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
を参照)