Question Is there a load testing tool
# spicedb
a
Question: Is there a load testing tool used by authzed team for spicedb or automated schema generator?
v
we have a domain-specific load-generator that is part of our enterprise bundle right now. There have been discussions around open sourcing it, but nothing decided at the moment. What do you mean with "automated schema generator"? You are thinking something like generating a SpiceDB schema out of your business objects?
a
automate generating of relation based on a schema
v
so you are referring generating dummy data out of a schema?
a
yes
v
we don't have an automated tool for that, although we've experimented recently with some adhoc generators for some tests we've conducted for customers. It's possible, but it may lead to a data shape that does not necessarily reflect your production system and would misled you with test results that do not reflect what you'll see once you go production.
a
I see, thanks
v
as a data point, I've seen several customers run those tests with a snapshot of their production data. This will become easier with the upcoming bulk write/load tools we are planning to ship
a
That's would be helpful !
v