title: Namespaces
description: Will load definitions and flows from different urls
type: flow
links:
  - target:
      id: node1
      port: x
    source:
      id: node2
      port: out
  - target:
      id: node3
      port: msg
    source:
      id: node1
      port: out
nodes:
  - id: node1
    title: Multiply
    ns: math
    name: multiply
    provider: Y
  - id: node2
    title: Random
    ns: math
    name: random
  - id: node3
    title: Log
    ns: console
    name: log
    provider: Q
providers:
  Y:
    url: "http://localhost:2300/Y/{ns}/{name}.json"
    name: "Y"
  "@":
    url: "http://localhost:2300/@/{ns}/{name}.json"
  Q:
    url: "http://localhost:2300/Q/{ns}/{name}.json"
    name: Q
