IMServer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 32: Line 32:
=== PHP ===
=== PHP ===


* [Manual for PHP Monho driver | http://www.php.net/manual/en/mongo.manual.php]  
* [[http://www.php.net/manual/en/mongo.manual.php | Manual for PHP Monho driver ]]  
* [Developing scalable PHP applications using MongoDB | http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html]
* [[http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html | Developing scalable PHP applications using MongoDB]]


=== Python ===
=== Python ===
* [Tutorial | http://api.mongodb.org/python/1.9%2B/tutorial.html
* [[http://api.mongodb.org/python/1.9%2B/tutorial.html | Tutorial ]]

Revision as of 20:19, 14 February 2011


Hosting an image server

Current dependencies to

Adding large image set to the server

  • VTK
  • VTKMicroscopy / VTKPers, libraries extending VTK (Developed at Kiware)
  • 64bit C++ driver for MongoDB database (very difficult to compile with windows)
  • An uploading script Implementation for dir_uploader


Using multiresolution data

= Development of a browser based client

Useful References

PHP

Python