crawlee-python icon indicating copy to clipboard operation
crawlee-python copied to clipboard

Implement switching between storage implementations based on autodetection

Open janbuchar opened this issue 1 year ago • 1 comments

When Apify platform is detected, we should use SDK implementations. Otherwise, fall back to local storage.

janbuchar avatar Mar 28 '24 09:03 janbuchar

This needs to work like with the JS version, so based on Actor.init call from the SDK. And that itself is where we do the detection, not in crawlee.

B4nan avatar Mar 28 '24 09:03 B4nan