Hello! I'm very interested in replacing our jank, slow auth/permission system with SpiceDB.
How do folks get data into SpiceDB and keep it in sync? I can kind of picture some possibilities where we use CDC to monitor our entities changes, and push relevant changes into SpiceDB. Has anyone used Debezium or some kind of CDC system for this purpose?
I've dug through the awesome list. Keycloak-spicedb-eventlistener seems to tackle this general problems of syncing data in; it leverages event emitters baked into Keycloak which our boutique systems don't have. Using CDC tools like Debezium has a high appeal here for letting us layer in these sync concerns without having to re-instrumemt our own code. I'd love if anyone had wisdom or experience or thoughts or links to share around this topic, to help illuminate the path some. 🔦
Thanks, best wishes!