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

Enable external metastore implementations #485

Closed
gruuya opened this issue Jan 3, 2024 · 0 comments · Fixed by #483
Closed

Enable external metastore implementations #485

gruuya opened this issue Jan 3, 2024 · 0 comments · Fixed by #483

Comments

@gruuya
Copy link
Contributor

gruuya commented Jan 3, 2024

Introduce a concept of external (read-only for now) metastores.

In general these fulfill the common catalog contract, like the native repository implementation (PG/SQLite) does as well. In particular, for now this reduces solely to the SchemaStore::list method, which is enough to satisfy all read queries.

The interface is facilitated through a new crate named Clade.

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