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

Integrate Local Blazegraph SPARQL Endpoint #167

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rahules24
Copy link

Summary

This pull request introduces functionality that allows all nanopublications being published using this library to update a local Blazegraph SPARQL endpoint. This feature is primarily designed for development and testing environments, enabling users to keep their data private by running both the nanopub-server and blazegraph locally.

Key Features

  • Optional Blazegraph Updates: Users can choose whether to update the Blazegraph endpoint when publishing a nanopublication. The default setting is false.

  • Customizable Endpoint: By default, the endpoint is set to http://localhost:9999/blazegraph/namespace/kb/sparql. Users can easily change localhost:9999 to match their Blazegraph server's address while keeping the namespace and path intact.

Benefits

This enhancement facilitates local development and testing while ensuring that all data remains private and doesn't clutter the original servers. It simplifies the workflow for developers who want to integrate nanopublications with Blazegraph without exposing their data to external servers too.

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 this pull request may close these issues.

1 participant