We run Orthanc in AWS and use S3 for file storage and a Postgres RDS Instance along with the Orthanc Postgres database plugin. This way no data is stored on the Orthanc server. I'm not sure if its possible to run Orthanc without a database.
On Friday, 14 May 2021 at 12:06:44 am UTC+10 Dylan S. wrote:Hello!I'm running Orthanc in Docker on an EC2 in AWS. I started with this cloudformation template https://github.com/aws-samples/annotate-medical-images-in-dicom-server-and-build-ml-models-on-amazon-sagemaker but I've made plenty of changes sinceI'm using S3 storage plugin and plan to process and store every DICOM file in S3. Is it possible to completely remove the local storage and the database? I've read through the book but haven't found anything explicitly stating how to do this.
A related question, the S3 plugin uploads two files for each DICOM upload, only one file contains the pixel data. Is there a way to configure the plugin to only upload the file with the pixel data?