blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
872 stars 170 forks source link

REST API documentation #249

Open kiranzo opened 3 months ago

kiranzo commented 3 months ago

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 commented 3 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.

kiranzo commented 2 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.

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 commented 1 month ago

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