database icon indicating copy to clipboard operation
database copied to clipboard

REST API documentation

Open kiranzo opened this issue 1 year ago • 4 comments

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.

kiranzo avatar Mar 23 '24 19:03 kiranzo

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.

knbknb avatar Mar 28 '24 12:03 knbknb

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 avatar Apr 22 '24 00:04 kiranzo

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

knbknb avatar May 01 '24 19:05 knbknb

Unfortunately this is a dead project so don't expect any updates to code or documentation.

pfps avatar Aug 28 '24 17:08 pfps