Open kiranzo opened 8 months ago
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.
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?
@kiranzo : I'm not a maintainer, cannot do much about the state of the Blzegraph documentation, unfortunately, sorry.
Unfortunately this is a dead project so don't expect any updates to code or documentation.
REST_API page states that SPARQL endpoint is at
http://localhost:9999/bigdata/sparql
However, on the NanoSparqServer page it says
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, andhttp://localhost:9999/blazegraph/sparql
is the correct endpoint address that gives me actual data I query.