存储+元数据的跨平台框架?

时间:2020-12-07 12:28:35

I don't quite know what to use for terminology, so bear with me...

我不太清楚用什么术语,所以请耐心等待......

Are there any cross-platform frameworks out there that facilitate a kind of "virtual file storage" to encapsulate adding files along with a database of metadata? I'm thinking about something along the lines of iTunes or iPhoto, where the program manages a whole bunch of files (in those cases audio or image files) and has a database of metadata so you can organize/find those files easily. I'd like to cobble together something along those lines for files in general.

是否有任何跨平台框架可以促进一种“虚拟文件存储”来封装添加文件和元数据数据库?我正在考虑iTunes或iPhoto的一些东西,程序管理一大堆文件(在这些情况下是音频或图像文件),并有一个元数据数据库,以便您可以轻松地组织/查找这些文件。我想在这些文件中拼凑一些文件。

edit: I am hesitant to store files in a database alone, e.g. MySQL, as there would be potentially tens of gigabytes in my application (this issue has been mentioned in several SO posts, see this one that gives several links to others). I'm looking at CouchDB though and maybe it has promise....

编辑:我对单独在数据库中存储文件犹豫不决,例如: MySQL,因为我的应用程序中可能存在数十GB(这个问题已经在几个SO帖子中提到过,看到这个问题给了其他几个链接)。我正在看CouchDB,也许它有承诺....

1 个解决方案

#1


Why not a database? You can keep files inside a database.

为什么不是数据库?您可以将文件保存在数据库中。

#1


Why not a database? You can keep files inside a database.

为什么不是数据库?您可以将文件保存在数据库中。