How can i configure a NoSql DataBase to all-in-one archetype project.
and how can I use webscripts to manage the database ?
This NoSQL | ECM Architect might help you with your first question.
But don't know why do you want to manage database with webscripts?
Regards,
Kintu
Thanks for answering me.
What I meant for the second question is how can i save a model to the database using the POST method for example.
(The same for GET, PUT and DELETE).
Alfresco isn't natively going to do anything with a NoSQL database. If you want to write web scripts that create, update, and delete objects in a NoSQL database you are free to do so, but there is nothing in Alfresco that is going to help you do that.
Create a project with the Apache Maven SDK, then decide whether you want to write your web script controllers in Java or JavaScript. Java would probably be easier for this. Assuming that is the case, update the Maven pom.xml to include the client API dependency for your chosen NoSQL repository, then write your web scripts and build your AMP.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.