SQL Query
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Useful tools
Maintained by Community
Actor stats
4
Bookmarked
10
Total users
1
Monthly active users
2 years ago
Last modified
Categories
Share
SQL Query Actor (PoC)
Actor for performing SQL queries over Apify platform.
Example for selecting aggregated information from dataset:
SELECTcountry, city, COUNT(*) as amountFROM`jepxmCkXTBG5buxxx` -- id of DatasetGROUP BYcountry, citySORT BYcountry 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.


