Split crawler and scraper into 2 container

I want to split crawler & scraper container, scraper container can call crawler container to get html. 2 container call by gRPC or JSON RPC. Purpose for this, I want 2 process is independent (crawler container can cache or store own data) Thank you!
4 Replies
judicial-coral
judicial-coral3y ago
This is very possible, but what have you already tried? We can help you with a problem you're facing, but not create an entire solution for you.
absent-sapphire
absent-sapphireOP3y ago
I need to run PupperteerCrawler in the gRPC server and scraper container to get data from Crawler vi gRPC protocal
conscious-sapphire
conscious-sapphire3y ago
This is not specific to Crawlee in any way. Just send the URLs to the seconds container
absent-sapphire
absent-sapphireOP3y ago
thank you

Did you find this page helpful?