How to run crawlers in a distributed manner #1473
Replies: 3 comments 1 reply
-
Does apify have a similar implementation or plan for wrapping a message queue into a RequestQueue? |
Beta Was this translation helpful? Give feedback.
-
The basics of running in Docker are explained in the Docker guide. If you would like to use distributed storages or queue, you can implement an adapter / plugin and then inject it using the There are three implementations of the storage client that you can use for reference. Apify Client, Apify Storage Local emulation and Crawlee Memory Storage. Finally, you can use the Apify platform for storage and queue simply by getting a free account (to get a token) and then using the Apify Client as the storage client. |
Beta Was this translation helpful? Give feedback.
-
Are there other open source implementations of StorageClient available? I would like to refer to a new Client implementation |
Beta Was this translation helpful? Give feedback.
-
I've got a crawler running locally, but it only runs standalone, how do I get it to run distributed on my K8s cluster?
Beta Was this translation helpful? Give feedback.
All reactions