Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move build section further up the README. #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ There are three high level ways to set up this tool:

By default logs and metrics will be written to STDOUT, but we documented [how to send logs and set up dashboards in GCP](docs/logs_and_monitoring.md).

## Build bulk_fhir_fetch

To build the program from source run the following from the root of the
repository (note you must have [Go](https://go.dev/dl/) installed):

```sh
go build cmd/bulk_fhir_fetch/bulk_fhir_fetch.go
```

This will build the `bulk_fhir_fetch` binary and write it out in your current
directory.

## bulk_fhir_fetch Configuration Examples

This section will detail common usage patterns for the `bulk_fhir_fetch` command
Expand Down Expand Up @@ -145,18 +157,6 @@ tab. For example for version `v0.1.5`:
git clone --branch v0.1.5 https://github.com/google/bulk_fhir_tools.git
```

## Build

To build the program from source run the following from the root of the
repository (note you must have [Go](https://go.dev/dl/) installed):

```sh
go build cmd/bulk_fhir_fetch/bulk_fhir_fetch.go
```

This will build the `bulk_fhir_fetch` binary and write it out in your current
directory.

## Example Analytics
This repository also contains example [analysis notebooks](analytics)
using synthetic data that showcase query patterns once the data is in FHIR Store
Expand Down