To install the syft-rds package in a new virtual env:
just install
The notebook notebooks/quickstart/full_flow.ipynb
contains a full example of how to use the syft-rds package from both the data scientist and the data owner perspective. This demo mocks most of the SyftBox functionality, and does not require running any services in the background.
To run the RDS app on top of syftbox, we need to:
- launch a syftbox server
- launch syftbox clients for the data scientist and the data owner
- run an RDS app on the data owner's datasite
- (optional) run an RDS app on the data scientist's datasite
- run the
notebooks/quickstart/do_flow.ipynb
andnotebooks/quickstart/ds_flow.ipynb
notebooks
Steps 1 through 4 can be done with a single just command:
just run-rds-stack
To run jupyter lab in the syft-rds environment:
just run-jupyter