aehrc / pathling

Tools that make it easier to use FHIR® and clinical terminology within data analytics, built on Apache Spark.
https://pathling.csiro.au
Apache License 2.0
90 stars 12 forks source link

Multi-tenancy #130

Open johngrimes opened 4 years ago

johngrimes commented 4 years ago

This change will allow for the hosting of multiple databases by a single Pathling server.

Each database will expose its own FHIR endpoint, for example:

myserver.com/database1/fhir
myserver.com/database2/fhir
johngrimes commented 4 years ago

@kaicode I'm working on a solution for this in v2, shouldn't be too far away.

kaicode commented 4 years ago

I think we will put all our synthetic data in one database so we can demonstrate selection of records using the criteria. We have a workaround for loading from multiple source datasets. Thank you.