https://github.com/robocorp/example-asset-storage
Store data in Control Room with Asset Storage
https://github.com/robocorp/example-asset-storage
Last synced: 4 months ago
JSON representation
Store data in Control Room with Asset Storage
- Host: GitHub
- URL: https://github.com/robocorp/example-asset-storage
- Owner: robocorp
- License: apache-2.0
- Created: 2023-07-27T15:51:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T08:37:00.000Z (over 2 years ago)
- Last Synced: 2025-10-07T00:23:43.022Z (9 months ago)
- Language: RobotFramework
- Size: 9.77 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Store data in Control Room with Asset Storage
Robot examples demonstrating how to operate with various types of assets.
Both of the examples are doing the same three things:
1. An initial text content is saved into a simple text asset.
2. The previous text is retrieved, added into a dictionary, then saved into a JSON kind
of asset.
3. The previous JSON data is retrieved back into a dictionary object, then is
serialized and saved into a file which gets stored in the cloud. Finally, the stored
file is retrieved from the cloud and saved locally on disk in the
[output](./output/) directory.
## Tasks
- Python: `Py Manage Assets`
- Robot Framework: `RF Manage Assets`
## Documentation
- Python: [`robocorp.storage`](https://github.com/robocorp/robo/tree/master/storage)
- Robot Framework: [`RPA.Robocorp.Storage`](https://robocorp.com/docs/libraries/rpa-framework/rpa-robocorp-storage)