图像存储/搜索网络应用程序
我在政府多媒体部门工作,我们有很多图像想与其他部门分享。
这里有一些信息:
- 我们有大约 20TB 的图像和照片可供分享。
- 我们已经有一个运行 .net mvc Web 应用程序的 Windows 2008 环境。
- 我们已经有了一个 mssql 集群。
- 我们的网络服务器场有充足的存储空间。
- 我们有 20mb/s 的连接可用。
我不想重新发明轮子,所以我想知道是否有人知道一个已经存在的可以满足我们需求的网络项目。
由于我们总是在 .net mvc 上开发并使用 mssql,所以我更愿意坚持使用这些技术。
从头开始会更好吗?
- 如果是,您有一些建议吗:
- 存储(文件与数据库)
- 缩略图创建(我们的原始图片通常很大,即:几GB)
- 文件名、元数据(photoshop/indesing)等中的搜索...
I work for a multimedia department of the government and we have a lot of images that we would like to share with others departments.
Here some information:
- We have around 20TB of images and photos to share.
- We already have a windows 2008 environment running .net mvc web applications.
- We already have a mssql cluster in place.
- We have plenty of storage space on our web servers farm.
- We have a 20mb/s connection available.
I don't want to reinvent the wheel so i would like to know if someone know a web project that already exist that would meet ours needs.
Since we always develop on .net mvc and use mssql I would prefer to stick with these technologies.
Would it be better to start from scratch?
- If yes do you have some recommendation for:
- The storage(file vs database)
- The thumbnail creation (our original picture are often huge ie: several GB)
- The search in filename, metadata(photoshop/indesing),etc...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我突然想到几个简单的想法:首先是 Microsoft SharePoint Foundation 或 Windows Sharepoint Services(Sharepoint Foundation 是该软件的最新版本)。或者开源 .net 门户应用程序 DotNetNuke。这两个功能都比您在这里询问的功能要多得多,但它们也可以轻松完成您想要的操作。
Just a couple of quick ideas off the top of my head: First Microsoft SharePoint Foundation or Windows Sharepoint Services (Sharepoint Foundation is the newest incarnation of the software). Or an open source .net portal application DotNetNuke. Both of these have far more functionality than you're asking about here, but both will easily do what you want as well.