Hi,
Has any of you implemented a searchable multimedia database using Perl.
I would like to implement a database of pictures, videos, sounds and text accesible via Web Services. I was thinking in storing the metadata in MySQL, the files in the File System and use Apache and Perl CGI's as the gateway. Maybe later add mnoGoSearch for better searching capabilities.
Is there anything already made? Any recommendations
Thanks,
-Andrés
markjugg wrote something that you may find interesting: node 258874 and node 320483. I would use mod_perl instead of plain CGI.
Ciao, Valerio
The latest incarnation of this project is on CPAN as CGI::Uploader.
It's shaping up, but should be considered 'alpha' now becaus the API is in flux. However, it might provide sufficient inspiration to be a model for your own system.
I am now in the process of re-writing it to be more generic and less image-specific. I'm mostly done with that now...I just a couple more hours somewhere I can dedicate to that project.
I tag my photos on a local webserver, which creates the files. Then When I upload the files to my real live web server I can load the xml .iifs into the database. I actually stuff the whole xml .iif file into one field of the database so its easy to search.
There are some downsides. Filename changing is hard. Having data in 2 places is ackward and you have to go through all the files to see if there were any changes to the files that aren't in the database. Also the data part of the file isn't usefull when its in a text field.
This system works for me
perlmonks.org content © perlmonks.org and acomjean, amonroy, markjugg, paulbort, valdez
prlmnks.org © 2006 edmund von der burg (eccles & toad)
v 0.03