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

Implement SQL Registry #15

Open
richardartoul opened this issue Jan 8, 2023 · 0 comments
Open

Implement SQL Registry #15

richardartoul opened this issue Jan 8, 2023 · 0 comments

Comments

@richardartoul
Copy link
Owner

A SQL registry that works with MySQL/PostGres, etc would make it much easier for people to start leveraging NOLA since most people don't know how to run/administer an FDB cluster. In addition, this would make it trivial to use NOLA in cloud environments with hosted solutions like RDS.

Ideally we would create a "real" implementation of the Registry interface backed by SQL so we could see the different tables and query them for debugging etc. However, the quick and dirty solution would be to implement this small interface and just treat the SQL database as a dumb KV store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant