Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different storages for roles and bindings data #52

Open
2 tasks
fredmaggiowski opened this issue Aug 2, 2022 · 2 comments
Open
2 tasks

Support different storages for roles and bindings data #52

fredmaggiowski opened this issue Aug 2, 2022 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@fredmaggiowski
Copy link
Member

There are different storages that could be integrated as alternatives to MongoDB:

  • PostgreSQL (and SQL like)
  • SpiceDB
@fredmaggiowski fredmaggiowski added the enhancement New feature or request label Aug 2, 2022
@fredmaggiowski fredmaggiowski added this to the v2 milestone Aug 4, 2022
@Lory1990
Copy link

@fredmaggiowski i want to integrate a different model of roles, may I write my own plugin? How can i link it to ROND?

@fredmaggiowski
Copy link
Member Author

Hi @Lory1990 currently there is no plugin concept in Rönd, if you want you can open a PR describing your data model, we can discuss it and integrate it in the service so that it uses your data model as an alternative to the one on MongoDB.

We're working on making Rönd usable as a library, so that you can wrap it in your own plugin, right now it is possible to use the core package as a library in your own service; however it has not been used yet so I can't promise you it will be easy and with a clear public interface. 😅

I think that in a few months this feature will be available and with a clear and easy to use API but there is no precise deadline yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Future
Development

No branches or pull requests

2 participants