Query Dataset avatar
Query Dataset
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Query Dataset

Query Dataset

pocesar/query-dataset

Query your existing datasets, map and generate a subset of your data

Dataset Id

datasetIdstringRequired

Provide your datasetId

Query

queryobjectRequired

Provide a MongoDB-like query using JSON

Limit

limitintegerOptional

Limit how many items to get. If it's not provided, will return all found items

Offset

offsetintegerOptional

Will slice the data from the provided offset. The offset is relative to queried items. Can be used with 'Limit'. Defaults to 0

Default value of this property is 0

Map and filter function

filterMapstringOptional

Provide a map function, allows you to return modified data. Returning null or undefined on this function filter the item from the output

Custom operations setup

customOperationSetupstringOptional

Setup custom operations for usage on queries

De-duplication key

deduplicationKeystringOptional

Key on each item to serve as a deduplication

Buffer limit

bufferLimitintegerOptional

How many items to buffer in memory before pushing to the dataset

Default value of this property is 50000

Developer
Maintained by Community
Categories