Skip to content

import archimate exchange files into Ardoq with archimate 3 models

License

Notifications You must be signed in to change notification settings

magnulf/ardoq-archimate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ardoq-archimate - a Python tool for importing archimate exchange files to Ardoq

Description

ardoq_archimate is a tool for importing archimate models to Ardoq.

Documentation

(see the test client for examples)

Implemented:

Limitations / Issues

  • Location not implemented. Waiting for Ardoq to include it in the template

Installation

pip install ardoqarchimate

Dependencies

  • python3
  • ardoqpy - for integration with ardoq
  • xmltodict - for reading and writing xml

Quick Start

To get started from an IDE

clone the repo
clone the ardoqpy project
adjust your python path to include ardoqpy
edit the config file to use your API key
edit the config file to point to the archimate exchange file

Version

  • 2016/04 - Initial version from archimate 2.1 to my own archimate 2.1 model
  • 2016/11 - Refactored version to import archimate 2.1 to the official ardoq archimate 3 template/model

TODO

  • Make config file available as a cmd line param
  • import archimate 3 exchange file once the spec if updated
  • make the tool easier for non-programmers to use
    • perhaps solution in AWS lamda to provide archimate import as a service to Ardoq

License

ardoq_archimate is licensed under the MIT License

See LICENSE.md

About

import archimate exchange files into Ardoq with archimate 3 models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%