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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -