Skip to content

Commit

Permalink
docs: demonstrate DuckDB persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed May 27, 2024
1 parent ce491e4 commit 9525211
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
@TECH_BD_INTERACTION_PERSISTENCE_VFS_LOCAL = { "nature": "vfs", "vfsUri": "file://${cwd()}/techbd.org/interaction-artifacts/${formattedDateNow('yyyy/MM/dd/HH')}/${artifactId}.json" }

@TECH_BD_INTERACTION_PERSISTENCE_EMAIL = { "nature": "email", "from": "[email protected]", "to": "[email protected]", "subject": "test FHIR email" }
@TECH_BD_INTERACTION_PERSISTENCE_DUCKDB = { "nature": "duckdb", "motherDuck": { "db": "interactions", "token": "PUT TOKEN VALUE HERE" } }

@TECH_BD_FHIR_SERVICE_STRUCT_DEFN_PROFILE_URI_SHINNY_SDOH = https://djq7jdt8kb490.cloudfront.net/1115/StructureDefinition-SHINNYBundleProfile.json

Expand Down

0 comments on commit 9525211

Please sign in to comment.