IMServer: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 19: | Line 19: | ||
== | == Using multiresolution data == | ||
=== Development of a browser based client == | |||
* The implementation can be better understood with demos | * The implementation can be better understood with demos | ||
Line 25: | Line 27: | ||
** Demo [[http://tripoint.kitware.com/connectome/index2.php?image=z3459 from outside] | ** Demo [[http://tripoint.kitware.com/connectome/index2.php?image=z3459 from outside] | ||
* Implementation of [[IMServer:WebClient]] | * Implementation of [[IMServer:WebClient]] | ||
== Useful References == | |||
=== PHP === | |||
* [Manual for PHP Monho driver | http://www.php.net/manual/en/mongo.manual.php] | |||
* [Developing scalable PHP applications using MongoDB | http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html] | |||
=== Python === | |||
* [Tutorial | http://api.mongodb.org/python/1.9%2B/tutorial.html |
Revision as of 20:15, 14 February 2011
Hosting an image server
Current dependencies to
- A database capable of storing binary objects
- A webserver currently Apache2
- Server side code to fetch images from database on demand
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
- The implementation can be better understood with demos
- Demo [from Kitware network
- Demo [from outside
- Implementation of IMServer:WebClient
Useful References
PHP
- [Manual for PHP Monho driver | http://www.php.net/manual/en/mongo.manual.php]
- [Developing scalable PHP applications using MongoDB | http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html]