Skip to content
Adam Black edited this page Jan 4, 2024 · 2 revisions

Welcome to the Arachne wiki!

Arachne Datanode is an open source application for running both custom and standardized analyses on data in the OMOP Common Data Model format. The main goal of Arachne Datanode is to run analysis code in a standardized runtime environment that already has all dependencies installed. Arachne Datanode makes running OHDSI studies easier by providing the infrastructure to run studies without worrying about installing all study dependencies.

Features

  • Support for standardized and custom analyses
  • Support for both Docker and non-docker (tar.gz) runtime environments

This wiki provides documentation for the following use cases

  • Installing and customizing Arachne Datanode installation at your institution
  • Developing custom studies to run on Arachne
  • Creating runtime environments and plugging them into Arachne
  • Developing a library of standard analytics and plugging them into Arachne (TBD)
  • Running a study using Arachne Datanode

If you have questions or issues please do not hesitate to open an issue on this github repo.

Clone this wiki locally