-
Notifications
You must be signed in to change notification settings - Fork 25
Home
herve91 edited this page Oct 10, 2016
·
25 revisions
This is a plugin for Archi, the free Archimate Tool.
It allows to store models into a central repository.
- Export to, and import back models from a relational daatbase (MySQL, Oracle, PostGreSQL, and SQLite drivers are included)
- Export to, and import back models from a graph database (Neo4j driver is included)
- Version the models
- Keep an history of all the model versions and (allow to retrieve a former version)
- Keeps statistics about models
- Allow to search for models containing a specific component (element, relation or property)
- Provides tow modes : a standalone mode where each model sits in its own Archi container, and a shared mode where models sit in a subfolder of a common container, allowing to copy, mode or even share components between models.
- Manage locks (kind of check-in / check-out),
- Manage credentials (read/only, read/write, administrator tasks, ...),
- Map objects to CMDB CIs (as my company uses ServiceNow as CMDB provider, I will rework my ServiceNow plugin),
- etc ...