-
Notifications
You must be signed in to change notification settings - Fork 23
Architecture
SUGIMOTO Takuma edited this page Aug 10, 2016
·
8 revisions
English/日本語
- CMIS functionalities
- Additional API
- User/Group, Archive etc.
- NoSQL database
- NemakiWare creates two "tables" in CouchDB
-
bedroom
: main database to store all the available nodes -
archive
: archive database to store all the deleted nodes
-
- Full text search engine for both metadata and content
- Connects to the repository at certain intervals (every 30sec by default).
All the components except database are contained in a Tomcat server.
(TODO: image)
NemakiWare is CMIS compliant and built upon Apache Chemistry's OpenCMIS library.
- UI connects to the repository via CMIS
- Our custom Solr also connects to the repository via CMIS