Coder Social home page Coder Social logo

Comments (2)

simonbrowndotje avatar simonbrowndotje commented on July 17, 2024

This looks like it's behaving as expected ... it's easier to understand what's happening with implied relationships when you simplify the workspace down to a single file:

workspace {

    model {
        system_b = softwareSystem "system_b" {
            container_b1 = container "container_b1"
            container_b2 = container "container_b2"
            container_b3 = container "container_b3"
        }


        system_a = softwareSystem "SYSTEM_A" {
            container_a1 = container "container_a1" {
                component_a1 = component "component_a1_NAME"
            }

            container_a2 = container "container_a2" {
                component_a2 = component "component_a2__NAME"
            }

            component_a2 -> container_b3 "RELATION_SEND_CMDS" "TECHNO_GRPC"
            component_a1 -> container_b3 "RELATION_SEND_AND_GET_DATA" "TECHNO_GRPC"
        }

        system_a -> system_b "RELATION_SEND_CMDS" "TECHNO_HTTP"
        system_a -> container_b1 "Gets data from" "TECHNO_HTTP"
        system_a -> container_b2 "Executes with arguments" "TECHNO_FILESYSTEM"
    }
    
}

from dsl.

eric-panier-opalrt avatar eric-panier-opalrt commented on July 17, 2024

Thank you very much for your responsiveness.
Let me take time to understand. Because I did not catch the order of relation declaration was important between component_a2 -> component_b3 and component_a1 -> component_b3 and how the implied relationship strategy works.

from dsl.

Related Issues (20)

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.