Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicbi committed Jul 8, 2024
1 parent 3d98297 commit ef86d1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ SPDX-License-Identifier: MIT
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

The Spezi Data Pipeline Template repository is a demonstration of how the `spezi_data_pipeline` Python package can be used for managing, analyzing, and visualizing healthcare data from Firebase Firestore. This template showcases practical examples and use cases, helping users understand how to integrate and utilize the package in their own projects.
The Spezi Data Pipeline Template repository is a demonstration of how the `spezi_data_pipeline` Python package can be used for managing, analyzing, and visualizing healthcare data from Firebase Firestore. This template showcases practical examples and use cases, helping users understand how to integrate and utilize the package in their own projects.

The Spezi Data Pipeline is open-source and available [here](https://github.com/StanfordSpezi/SpeziDataPipeline)

## Overview

Expand All @@ -36,7 +38,7 @@ You can install the `spezi_data_pipeline` package using pip by running the follo

```bash
pip install -i https://test.pypi.org/simple/ spezi-data-pipeline

```

### How to Use Based on Your Needs
- **Downloading Data from Firestore**: Start with FirebaseFHIRAccess to connect and fetch data.
Expand Down

0 comments on commit ef86d1e

Please sign in to comment.