Amazon Neptune · Arazzo Workflow
Amazon Neptune SPARQL Query with Status Check
Version 1.0.0
Run a SPARQL query via the Data API and inspect the SPARQL query queue.
Provider
Workflows
sparql-query-with-status
Confirm engine health, run a SPARQL query, and inspect the query queue.
Checks engine status, executes a SPARQL query through the Data API using a form-encoded body, and reads the SPARQL query status surface.
1
checkEngine
getEngineStatus
Confirm the Neptune engine is available and report its SPARQL engine version before running the query.
2
runSparql
executeSparqlQuery
Execute the supplied SPARQL query against the RDF store using a form-encoded request body and capture the result bindings.
3
inspectQueue
getSparqlQueryStatus
Read the SPARQL query status surface to report how many queries are running and accepted right now.