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

Extended QPT to Neptune RDF #1933

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

VenkatasivareddyTR
Copy link
Contributor

Description of changes:
This will allow customers to execute QPT on Neptune RDF.

QPT Query Syntax:
aws athena start-query-execution --endpoint-url https://athena-webservice-preprod.us-east-1.amazonaws.com --result-configuration "OutputLocation"="s3://trianz-snowflake-athena-jdbc/synapse-predicate/" --query-execution-context Database="graph-database-rdf",Catalog="neptunerdfqpttest" --query-string "SELECT * FROM TABLE(system.query("DATABASE" => 'graph-database-rdf', "COLLECTION" => 'airport_rdf', "QUERY" => 'PREFIX prop: http://kelvinlawrence.net/air-routes/datatypeProperty/
PREFIX class: http://kelvinlawrence.net/air-routes/class/

select ?id ?type ?code ?icao ?desc ?region ?runways ?longest ?elev ?country ?city ?lat ?lon WHERE {
?id a class:Airport .
?id prop:type ?type .
?id prop:code ?code .
?id prop:icao ?icao .
?id prop:desc ?desc .
?id prop:region ?region .
?id prop:runways ?runways .
?id prop:longest ?longest .
?id prop:elev ?elev .
?id prop:country ?country .
?id prop:city ?city .
?id prop:lat ?lat .
?id prop:lon ?lon . }
limit 10'));"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aimethed aimethed merged commit 2296ee8 into awslabs:master Apr 26, 2024
6 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 26, 2024
  - Query Passthrough for Redis Connector (#1920)
  - Extended QPT to Neptune RDF (#1933)
  - Upgrade mysql version (#1935)
  - build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 (#1932)
  - build(deps): bump org.apache.maven.plugins:maven-jar-plugin
  - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 (#1930)
  - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
  - build(deps): bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#1926)
  - build(deps): bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
  - build(deps): bump org.apache.hadoop:hadoop-common from 3.3.6 to 3.4.0 (#1927)
  - build(deps): bump org.apache.hadoop:hadoop-common from 3.3.6 to 3.4.0
  - build(deps): bump hbase.version from 2.5.7-hadoop3 to 2.5.8-hadoop3 (#1924)
  - build(deps): bump hbase.version from 2.5.7-hadoop3 to 2.5.8-hadoop3
  - build(deps): bump software.amazon.awssdk:bom from 2.25.31 to 2.25.35 (#1928)
  - build(deps): bump software.amazon.awssdk:bom from 2.25.31 to 2.25.35
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2 (#1931)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.36.1 to 2.37.0 (#1929)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump gremlinDriverVersion from 3.7.1 to 3.7.2 (#1925)
  - build(deps): bump gremlinDriverVersion from 3.7.1 to 3.7.2
  - build(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#1923)
  - build(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0
  - build(deps): bump aws-sdk.version from 1.12.701 to 1.12.705 (#1922)
  - build(deps): bump aws-sdk.version from 1.12.701 to 1.12.705
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

Successfully merging this pull request may close these issues.

2 participants