IMServer

From KitwarePublic
Revision as of 21:03, 18 January 2011 by Dhanannjay.deo (talk | contribs)
Jump to navigationJump to search


Hosting an image server

Current dependencies to

  1. A database capable of storing binary objects currently https://github.com/mongodb/mongo
  2. A webserver currently Apache2 with
    1. mod_wsgi installed

Server side code

Adding large image set to the server

  1. VTK
  2. VTKMicroscopy / VTKPers, libraries extending VTK
  3. 64bit C++ driver for MongoDB database (very difficult to compile with windows)
  4. An uploading script

Implementation for dir_uploader

Demoes