Hi folks. quick question We are using spicedb for ...
# spicedb
n
Hi folks. quick question We are using spicedb for our authz requirements. We have a simple bash script that uses zed cli to seed some permissions to spicedb. We also made a ts version of the script which uses the authzed-node client to do the same. It takes a considerably longer times for the bash script to complete while the ts version runs almost instantly. In the script, we just use simple commands like
zed relationship create action:${actionId} in_product product:${productId}
. Why does the client perform better than the CLI? Also is there any change that I can do to fasten things up?