When spicedb is run locally in a
# spicedb
d
When spicedb is run locally in a container, does it provide a full-featured web server with a GUI dashboard? Currently, I have a simple web server at port 8080, but it seems that it doesn't show enough information.
v
it does not at the moment, it's a headless service
and that web server you see is a legacy in place to support authzed's UI, which is actually no longer needed and has removed in a recent Pull Request
What kind of information are you looking to visualize? Have you looked into authzed.com managed SpiceDB UI?
d
Yes, I've see the nice UI dashboard with authzed.com hosted SpiceDB. I was expecting something similar to that when running spicedb locally. But I guess this is not the case. I want to conveniently watch/monitor the relationships when I add/remove relationships in the system.
v
What you tried
zed watch
command? It's not a UI, but lets you monitor changes via the Watch API
There are no plans to opensouce the authzed.com UI, but there have been conversations to opensource the Playground
d
Thanks for the information! I will try the zed watch command.
Can we use authzed go client to read and write relationships with wildcards? Could you show me some go examples to deal with wildcard relationships?
v
7 Views