node.js - Appropriate structure for storing images with metadata/other information? -


say wanted create web app save , display images , retrieve information them - description, title, year etc.

my first assumption store of data in file structure,

e.g. img\year\title.jpg

but how store things such description? info take form of text file or there more efficient way of going things?


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -