docs: Add force_cloud argument documentation#415
Merged
Conversation
janbuchar
reviewed
Feb 25, 2025
|
|
||
| Each dataset item, key-value store record, or request in a request queue is then stored in its own file in the storage folder. Dataset items and request queue requests are always JSON files, and key-value store records can be any file type, based on its content type. For example, the Actor input is typically stored in `storage/key_value_stores/default/INPUT.json`. | ||
|
|
||
| ## Local Actor run with non-local storage |
Contributor
There was a problem hiding this comment.
Awesome! Could you also mention that the typical use is when you want to call another Actor and then access its default dataset/kvstore/rq?
B4nan
reviewed
Feb 25, 2025
Member
B4nan
left a comment
There was a problem hiding this comment.
this would likely deserve a note in the JS SDK docs too
Contributor
Author
Docs are structured differently there, but it is mentioned here: https://crawlee.dev/docs/deployment/apify-platform#using-platform-storage-in-a-local-actor |
Co-authored-by: Martin Adámek <banan23@gmail.com>
B4nan
approved these changes
Feb 25, 2025
janbuchar
approved these changes
Feb 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add small docs section about how to use
force_cloudargument in local development.Documents #412