Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple document management system and API [closed]

In my software I need to be able to interface to a very simple document management system.

I need to be able to:

  1. Check in/out documents
  2. Add documents
  3. delete documents
  4. maybe version documents. (The domain expert says no, I suspect he is wrong.)

At this time we have no need to search the documents.

I need to be able to do this from a C# program so there must be a .net API.

I need to have more than one client be able to do this at a time.

I will eventually need to be able to do this from a web connection as well. But only later.

This is part of a larger application that, so I must be able to keep costs low. I don't think I need anything as complex as Documentum or the higher-end DM products.

The customer will be selling the application, so there must be a friendly re-seller agreement.

Is there anything out there like this?

like image 414
Khadaji Avatar asked Apr 07 '26 16:04

Khadaji


2 Answers

Why not use WSS (Windows SharePoint Services) it's free with Windows Server and provides all the functionality and API's that you're looking for to manage documents, Check In/Out version control, work flows and much more. It also already has built in admin interfaces.

like image 176
James Avatar answered Apr 10 '26 07:04

James


In regards to the need to version documents: your domain expert is definitely wrong. Not only will users eventually ask for this or need to merge something, but once you establish the other requirements, versioning is pretty simple to add as well so you might as well go for it.

Perhaps you could just put a C# front end on a subversion repository.

like image 25
Joel Coehoorn Avatar answered Apr 10 '26 06:04

Joel Coehoorn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!