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

Feature: Make database metadata pluggable, too. #536

Open
michael-simons opened this issue Mar 2, 2024 · 0 comments
Open

Feature: Make database metadata pluggable, too. #536

michael-simons opened this issue Mar 2, 2024 · 0 comments

Comments

@michael-simons
Copy link
Collaborator

Right now, we do the minimal approach, using standard neo4j procedures, that are available everywhere.
We also have the ability to define table to label mappings for the translator, though.

The latter could actually be expanded to general available metadata, so that one could define static metadata for a "table", such as movie (id INTEGER, length DECIMAL(12,2), title VARCHAR), or anything that fits current graph schema discussions, so that we can give a 100% exact answer wrt all metadata in specific cases.

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

No branches or pull requests

1 participant