Skip to content

Commit

Permalink
Merge pull request #5 from elsa-data/docs/diagram
Browse files Browse the repository at this point in the history
docs: add diagram and example process
  • Loading branch information
mmalenic authored Feb 2, 2024
2 parents 08d5464 + 4d6855c commit 3420eb5
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@ See the READMEs of these crates for more details:
* [htsget-elsa-lambda][htsget-elsa-lambda]: A Lambda function which enables htsget-elsa functionality.
* [htsget-elsa][htsget-elsa]: The library code which implements the htsget-rs and Elsa interaction.

For an example of querying htsget-elsa and an architecture diagram, see the [docs][docs] directory:
* [example][example]: An example of querying htsget-elsa.
* [architecture][architecture]: An architecture diagram of htsget-elsa:
![architecture](./docs/diagrams/Architecture.drawio.svg)

[htsget-elsa-lambda]: htsget-elsa-lambda
[htsget-elsa]: htsget-elsa
[docs]: docs
[example]: docs/example/README.md
[architecture]: docs/diagrams/Architecture.drawio.svg

## License

Expand Down
2 changes: 1 addition & 1 deletion deploy/config/config_dev_umccr.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
elsa_endpoint_authority = "elsa-data.dev.umccr.org"
cache_location = "elsadatalocaldevtestinfr-tempprivatebucket3b80855-p9qoue91haoy" # pragma: allowlist secret
cache_location = "elsadatadevinfrastructur-tempprivatebucket3b80855-8hhal0fyrr7r"

ticket_server_cors_allow_headers = "All"
ticket_server_cors_allow_origins = [
Expand Down
Loading

0 comments on commit 3420eb5

Please sign in to comment.