SQL Query avatar
SQL Query

Pricing

Pay per usage

Go to Store
SQL Query

SQL Query

Developed by

Useful tools

Maintained by Community

Run SQL queries over Apify Platform (currently supports only Datasets).

0.0 (0)

Pricing

Pay per usage

4

Monthly users

2

Runs succeeded

>99%

Last modified

a year ago

SQL Query Actor (PoC)

Actor for performing SQL queries over Apify platform.

Example for selecting aggregated information from dataset:

1SELECT
2   country, city, COUNT(*) as amount
3FROM
4   `jepxmCkXTBG5buxxx` -- id of Dataset
5GROUP BY
6   country, city
7SORT BY
8   country ASC, city ASC

Results are stored in to default Dataset of the run.

TODO:

  • load table optimizations - only used fields + parallel the loading.
  • Better Data-type determination (date, numbers, integers, etc...).
  • implement system tables - to be able to select Runs based on actors etc.
  • migrate to PostgreSQL - to be able to run PL/pgSQL scripts.

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.