Skip to content

Instantly share code, notes, and snippets.

@buremba
Last active March 20, 2017 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buremba/5e6d183f06ac524ac0633aeb0e5f257d to your computer and use it in GitHub Desktop.
Save buremba/5e6d183f06ac524ac0633aeb0e5f257d to your computer and use it in GitHub Desktop.
{ method: 'POST',
url: 'https://app.rakam.io//continuous-query/create',
httpVersion: 'HTTP/1.1',
headersSize: -1,
bodySize: -1,
cookies: [],
headers: [],
queryString: [],
comment: 'Creates a new continuous query for specified SQL query.\nRakam will process data in batches keep the result of query in-memory all the time.\nCompared to reports, continuous queries continuously aggregate the data on the fly and the result is always available either in-memory or disk.',
postData:
{ mimeType: 'application/json',
params: [],
text: '{"continuous_query":{"type":"object","required":["name","query"],"properties":{"table_name":"string","name":"string","query":"string","partition_keys":[null],"options":{"type":"object","description":"Additional information about the continuous query","additionalProperties":{"type":"object"}},"windowDuration":"string"}},"replay":true}',
comment: '' } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment