Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar authored Jun 25, 2024
1 parent e3ee2a6 commit eae3d3f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ Click on the links below for details:
highlighting and a basic FHIR editor.
* [__CLI__](cmd/cli/README.md): A command-line interface to run this CQL engine
over small populations or for quick experimentation.
* [__Apache Beam__](): The Beam pipeline is recommended when running CQL over
* [__Apache Beam__](beam/README.md): The Beam pipeline is recommended when running CQL over
large patient populations.
* [__REPL__](): For quick experiments with our CQL Engine we have a REPL.
* [__Golang Module__](): The engine can be used via the CQL golang module documented in the
[godoc](https://pkg.go.dev/github.com/google/cql).
The [Retriever interface](retriever/retriever.go) can be implemented to connect
to a custom database or FHIR server. The
[Terminology Provider interface](terminology/provider.go) can be implemented to
connect to a custom Terminology server.
* [__REPL__](cmd/repl/README.md): For quick experiments with our CQL Engine we have a REPL.
* [__Golang Module__](https://pkg.go.dev/github.com/google/cql): The engine can be
used via the CQL golang module documented in the [godoc](https://pkg.go.dev/github.com/google/cql).
The [Retriever interface](retriever/retriever.go) can be implemented to connect
to a custom database or FHIR server. The
[Terminology Provider interface](terminology/provider.go) can be implemented to
connect to a custom Terminology server.

## Documentation

Expand Down

0 comments on commit eae3d3f

Please sign in to comment.