TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Are there any good service for document management?

2 点作者 waxim大约 11 年前
My new project needs document management, to allow customers to create documents and have the changes to those documents registered with an audit trail, and then have them shareable (but uneditable)<p>Obviously solutions like Google Docs &amp; Dropbox exist, but this will be a service site with lots of users who each need there own &#x27;workspace&#x27; so I need it to all be contained within our interface.<p>Do any good services, ideally with a REST type API exist for DMS?

2 条评论

frik大约 11 年前
SharePoint from Microsoft offers all that features. They have also cloud services like OneSpacePro, Office365 for business. You can access the data via WebDAV (<a href="http://en.wikipedia.org/wiki/WebDAV" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;WebDAV</a> ) and API.
skram大约 11 年前
I would look into Box.com which has been working to differentiate itself as being able to have audit logs, be things like HIPAA compliant, etc. They also had robust APIs last time I looked. There&#x27;s also always AWS S3+AMI if you&#x27;re willing to do more of the heavy lifting in terms of interface.