Skip to content

Doc-Cirrus/orthanc-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB database plugins for Orthanc DICOM Server

Overview

The repository contains two plugins to store the data in MongoDB database. This was based on orthanc-database and supporting the latest database API ([email protected]+). We've comprehensively refactored the codebase, eliminating all SQL-dependent components and replacing them with their MongoDB counterparts. Additionally, we've extended the existing build toolchain to seamlessly integrate with MongoDB, ensuring a smooth transition to this new data storage solution.

Notes

  • This is still a work in progress (UnitTests, etc...) check todos
  • If you skipped the 1.9.1 tag, the migration section there will still need to executed, unless this is a fresh installation.

Documentation

For complete documentation check Docs.

Todos

  • Add unit tests and extend them.
  • Add coverage.