GithubHelp home page GithubHelp logo

archiman's Introduction

Archiman

Data driven architecture - Describe your architecture once. With data.

...because

The problem with most visual architecture tools like Visio is that they break down when dealing with larger architectures. You end up making multiple views of the same architecture and things become hard to maintain. Also describing the architecture is a pain when you need to drag and drop too many boxes and lines.

..so first

The MVP is a system where I can describe the static architecture (similar to a UML component diagram) using a directed graph. It will have the following features

  1. I can create the architecture graph very quickly using a fancy drag and drop interface or a table (like excel)
  2. I can zoom in and out to see more and less detail of the architecture

..and later

  1. Persist the created architecture
  2. Look at the architecture from different views, and still only have one directed graph describing the whole thing
  • An activity diagram view
  • A data entity view
  1. Create the concept of baseline and target architecture and a diff between the two
  2. Position the components in various diagrams since the auto-layout will not be perfect. (Still we keep only a single representation of the architecture)

The graph

The graph will have nodes representing

  • "Component": Logical buiding block
  • "Device": Server, Mobile Phone, Laptop, PC, etc.

A node will be related to other nodes using edges. These edges will describe the relations between the components. I will start with the following relations

  • "Contains": A "contains" relations between node a and node b means that b is contained within a. When zooming in the architecture you will be zooming through the "contains" relationships in the graph.
  • "Uses": A "uses" relation between node a and node b means that a uses b (to get its job done).
  • "RunsOn": A "runsOn" relation beweeen node a and node b means that node a runs on node b. Further more it also means that node b is a "Device".

..which gives us the super simple architecture metamodel

The plan

archiman's People

Contributors

bjartn avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.