TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby waximabout 11 years ago
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 comments

frikabout 11 years ago
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.
skramabout 11 years ago
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.