Hello World
EQL
AQL
docs
Easy search
The simplest query example. Just fill the field below with a custom EQL statement and hit the '>>' button.
Easy search with callback
Just fill the field below with a custom EQL statement and hit the '>>' button.
Easy search with RSS output
Just fill the field below with a custom EQL statement and hit the '>>' button.
Easy search with custom output
A template object (currently only StringTemplate syntax supported) can perform custom transformations. The template is referred using also an EQL statement. Just fill the field below with a custom EQL statement and hit the '>>' button.
Easy search with custom output 2
The transformation template can be supplied as parameter too. You can interactively modify the output structure by adjusting the template below and resubmitting the form .
group demo; outputTemplate(query, objectList, json) ::= <<
$query$
$objectList:messageList()$
>> messageList() ::= <<
$first(it.class)$
$first(it.lang)$
$first(it.message)$
>> outputMime() ::= "text/xml"
Publish entity
Publishing example using regular http request parameters
Publish entity 2
Publishing example using the write statement method. Entity attributes are supplied using an 'AQL like' dialect.
class='aq.Company' name='Google Inc.' tag=(google, search) founders=('Larry Page', 'Sergey Brin')