Code Monkey home page Code Monkey logo

broadsea-achilles's Introduction

broadsea-achilles

Last Version License Docker Pull CI

Run OHDSI Achilles as a container.

docker run \
    -e ACHILLES_DB_URI="postgresql://host.docker.internal:5432/postgres" \
    -e ACHILLES_DB_USERNAME="postgres_user" \
    -e ACHILLES_DB_PASSWORD="postgres_password" \
    docker.io/ohdsi/broadsea-achilles:latest

You are encouraged to use the vX.Y.Z image tags corresponding to the releases instead of using latest.

Configuration

The Broadsea Achilles container can be configured by passing the following environment variables:

Environment Variable Description Default value
ACHILLES_SOURCE String name of the data source name. If blank, CDM SOURCE table will be queried to try to obtain this. "unknown"
ACHILLES_DB_URI The database connection string including DBMS type, host, port, and database name. "postgresql://localhost:5432/postgres"
ACHILLES_DB_USERNAME The username to connect to the database. If unset, this value is retrieved from the ACHILLES_DB_URI. ""
ACHILLES_DB_PASSWORD The password to connect to the the database. If unset, this value is retrieved from the ACHILLES_DB_URI. ""
ACHILLES_CDM_SCHEMA Fully qualified name of database schema that contains OMOP CDM schema. On SQL Server, this should specify both the database and the schema, so for example, on SQL Server, cdm instance.dbo. "public"
ACHILLES_VOCAB_SCHEMA String name of database schema that contains OMOP Vocabulary. Default is. On SQL Server, this should specify both the database and the schema, so for example results.dbo. "public"
ACHILLES_RES_SCHEMA Fully qualified name of database schema that we can write final results to. On SQL Server, this should specify both the database and the schema, so for example, on SQL Server, cdm results.dbo. "public"
ACHILLES_OUTPUT_BASE Directory for storing the analysis results in JSON format. "/opt/achilles/workspace"
ACHILLES_CDM_VERSION Define the OMOP CDM version used: currently supports v5 and above. Use major release number or minor number only (e.g. 5, 5.3) "5"
ACHILLES_NUM_THREADS The number of threads to use to run Achilles in parallel. "1"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.