Hi there! I just discovered spicedb and want to tr...
# spicedb
r
Hi there! I just discovered spicedb and want to try it out, the only thing I am not sure about is how to manage listing and pagination. Say for example I have an api
/documents?offset&limit
What I do right now is I have a table with permissions and just do a join to have pagination work correctly. How would that work with spicedb? I found some information on the blog about ACL-aware indexing / lookup resources and such but not sure how that would work Thanks!
2 Views