cancel
Showing results for 
Search instead for 
Did you mean: 

Using Alfresco as document storage (document-oriented DBMS)

localstorm
Champ in-the-making
Champ in-the-making
Hello, everybody!

I'm a newbie in Alfresco, but one serious guy have told me that Alfresco seems to be something I really looking for. So, what I'm looking for? I'm looking for a some kind of a database to store documents. But I'm not a business person, but a software engineer. As for me, it is very useful to have robust and ready-to-go solution to store documents like RDBMS to store normalized data structures. I don't really need any collaboration features, network drives, and so on. I need to deploy somewhere such content repository and to have API (like JDBC, for example) to communicate with such repository.

So, I've spent some time to inestigate what Alfresco is, and some API seems to be quite Ok, but is it possible to deploy content repository separately from all other pieces of software that I don't need at the moment? Of cource, if our customers are looking for some kind of ECM, we'll suggest them to use full installation of Alfresco, but in some cases they don't need it.

Thank you for any helpful responses Smiley Wink
2 REPLIES 2

derek
Star Contributor
Star Contributor
Hi,
It is possible to pair-down and disable many features of the repository.  You should be able to run the repository using just alfresco-repository.jar, alfresco-core.jar and 3rd party libraries.

localstorm
Champ in-the-making
Champ in-the-making
Okay, this is very promissing.

As I understand, all I need is to download Alfresco Enterprise 3 (Linux Installer) and to take some of deliverables (some required Jar's, as you specified)?

So, may be the last question: are there any clustering issues or configuration tricks in such configuration? Is clustering is available if all I need is repository and reliable documents storage?

Thank you, derek!