PartiQL Demo

The web tool executes PartiQL queries. PartiQL is a SQL-92 compatible extension that supports queries on arbitrary JSON documents. It was created by Amazon and is used by AWS QLDB and AWS DynamoDB. It was based on Yannis Papakonstantinou's SQL++ research project. See the tutorial for example queries. The source code of this web interface is available.

Query

Results

<<
  {
    'employeeName': 'Bob Smith',
    'projectName': 'AWS Redshift Spectrum querying'
  },
  {
    'employeeName': 'Jane Smith',
    'projectName': 'AWS Redshift security'
  }
>>

Data