An open API service indexing awesome lists of open source software.

https://github.com/openmined/syft-data-science

RDS
https://github.com/openmined/syft-data-science

Last synced: 6 months ago
JSON representation

RDS

Awesome Lists containing this project

README

          

# RDS

## Requirements

- [just](https://github.com/casey/just?tab=readme-ov-file#installation)
- [uv](https://docs.astral.sh/uv/getting-started/installation/)

## Quick Install



Install with SyftBox

## Installation

To install the syft-rds package in a new virtual env:

```
just install
```

## Running the demo

### In-memory full flow example

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.

### Full example with SyftBox

To run the RDS app on top of syftbox, we need to:

1. launch a syftbox server
2. launch syftbox clients for the data scientist and the data owner
3. run an RDS app on the data owner's datasite
4. (optional) run an RDS app on the data scientist's datasite
5. run the `notebooks/quickstart/do_flow.ipynb` and `notebooks/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
```