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

REST API documentation #249

Open
kiranzo opened this issue Mar 23, 2024 · 3 comments
Open

REST API documentation #249

kiranzo opened this issue Mar 23, 2024 · 3 comments

Comments

@kiranzo
Copy link

kiranzo commented Mar 23, 2024

REST_API page states that SPARQL endpoint is at http://localhost:9999/bigdata/sparql

However, on the NanoSparqServer page it says

http://localhost:9999/blazegraph/sparql - REST API (This is also called the SparqlEndpoint and uses the default namespace.)

So, which one is that? At first, I tried to query http://localhost:9999/bigdata/sparql but it seems that it always just gives some kind of db metadata, and http://localhost:9999/blazegraph/sparql is the correct endpoint address that gives me actual data I query.

@knbknb
Copy link

knbknb commented Mar 28, 2024

I think the /bigdata/ endpoint path is a former name . The Wikipedia entry about Blazegraph says that :

Early history
The system was first known as Bigdata. Since release of version 1.5 (12 February 2015), it is named Blazegraph.

So, perhaps, the REST API documentation that you came across was never updated properly.

@kiranzo
Copy link
Author

kiranzo commented Apr 22, 2024

I think the /bigdata/ endpoint path is a former name . The Wikipedia entry about Blazegraph says that :

Early history
The system was first known as Bigdata. Since release of version 1.5 (12 February 2015), it is named Blazegraph.

So, perhaps, the REST API documentation that you came across was never updated properly.

That's the docs for this very repo, they have authority over everything else imo. Please put them in order if you're a maintainer?

@knbknb
Copy link

knbknb commented May 1, 2024

@kiranzo : I'm not a maintainer, cannot do much about the state of the Blzegraph documentation, unfortunately, sorry.

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

2 participants