Hi,

I'm new to Node, and was hoping to use Node.js for a a small internal 
webapp for managing workflow for product photos.

The image files are RAW camera files, and stored on a local NAS device.

The webapp should:

   - Have a concept of workflow, and be able to jump back/forth between 
   states, and handle error states.
   - Watch certain directories for image files, and react to new files 
   being added, or existing files being moved/removed.
   - Send out emails in response to events.
   - Scan photos for QR barcodes, and generate events based on these.
   - Rename photos based on user-defined batch patterns in response to 
   events.

Questions:


   1. Is Node.js a suitable tool for something like this? Why or why not?
   2. Any libraries to help manage the workflow? I could only find 
   node-workflow (http://kusor.github.io/node-workflow/) - curious for 
   anybody's experiences with this? Alternatives?
   3. Likewise for file watching? I saw many wrappers for fs.watch (e.g. 
   https://github.com/mikeal/watch), as well as some alternatives (e.g. 
   https://github.com/paulmillr/chokidar) - any advice for somebody new to 
   Node?
   4. Apart from using a NAS with a network filesystem, are there any other 
   alternatives stores I can use for the image files?
   
   I'm open to other alternatives here. I'm worried that the system will 
   get confused or lose track of files.
   
   The Node.js docs also mention that watching files on network file 
   systems might be unreliable 
   (http://nodejs.org/api/fs.html#fs_fs_watch_filename_options_listener). Are 
   there more robust solutions?
   5. Any other tips/suggestions for this project?

Cheers,
Victor

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to