File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sources/academy/tutorials/node_js Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ slug: /node-js/multiple-runs-scrape
1414import Tabs from '@theme/Tabs ';
1515import TabItem from '@theme/TabItem ';
1616import CodeBlock from '@theme/CodeBlock ';
17- import OrchestratorActorMainTs from '../../../../examples/ts-parallel-scraping/orchestrator/src/main.ts';
18- import OrchestratorActorInputSchemaJson from '../../../../examples/ts-parallel-scraping/orchestrator/.actor/input_schema.json';
19- import ScraperActorMainTs from '../../../../examples/ts-parallel-scraping/scraper/src/main.ts';
20- import ScraperActorInputSchemaJson from '../../../../examples/ts-parallel-scraping/scraper/.actor/input_schema.json';
17+ import OrchestratorActorMainTs from '!!raw-loader! ../../../../examples/ts-parallel-scraping/orchestrator/src/main.ts';
18+ import OrchestratorActorInputSchemaJson from '!!raw-loader! ../../../../examples/ts-parallel-scraping/orchestrator/.actor/input_schema.json';
19+ import ScraperActorMainTs from '!!raw-loader! ../../../../examples/ts-parallel-scraping/scraper/src/main.ts';
20+ import ScraperActorInputSchemaJson from '!!raw-loader! ../../../../examples/ts-parallel-scraping/scraper/.actor/input_schema.json';
2121
2222Imagine a large website that you need to scrape. You have a scraper that works well, but scraping the whole website is slow.
2323You can speed up the scraping process by running multiple instances of the scraper in parallel.
You can’t perform that action at this time.
0 commit comments