Skip to content
herve91 edited this page May 2, 2018 · 25 revisions

This is a plugin for Archi, the free Archimate Tool.

It allows to store models into a central repository and is available for Archi 3 and Archi 4.

Key functionalities

  • Export to, and import back models from a relational database (Microsoft SQL Server, MySQL, PostGreSQL, and SQLite are supported so far),
  • Export to, and import back models from a graph database (Neo4j),
  • Version the models and all their components and keep an history of all these versions,
  • Allows to share elements, relationships and views across models,
  • Provides two modes :
  • a standalone mode that is similar to the .archimate file behaviour (the lastest export defines the latest version of all components). This mode is adapted when models are edited by a single person at a time.
  • a collaborative mode that is adapted when several people are working on the same components at a time (exports are to been seen a synchronisation).

database plugin

Please consult the other pages of the wiki for more information.

Clone this wiki locally