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

Add entrypoint system to link external backend implementation #63

Closed
xAlessandroC opened this issue Jan 10, 2023 · 0 comments · Fixed by #80
Closed

Add entrypoint system to link external backend implementation #63

xAlessandroC opened this issue Jan 10, 2023 · 0 comments · Fixed by #80
Labels
enhancement New feature or request

Comments

@xAlessandroC
Copy link

The Triplestore class only looks for backend implementations inside the tripper.backend path.
It would be helpful to add the possibility to also search in external locations to link third parties implementations for specific backends.

Currently, the instantiation of the Triplestore class with an external backend implementation

triplestore = Triplestore(backend="stardog")

returns this error:

ModuleNotFoundError: No module named 'tripper.backends.stardog'
@xAlessandroC xAlessandroC added the enhancement New feature or request label Jan 10, 2023
@jesper-friis jesper-friis linked a pull request Feb 4, 2023 that will close this issue
8 tasks
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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants