Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Define Node relations #54

Open
jeannieyeliu opened this issue Dec 31, 2018 · 0 comments
Open

Define Node relations #54

jeannieyeliu opened this issue Dec 31, 2018 · 0 comments
Assignees
Labels
research Something that neeeds to be researched

Comments

@jeannieyeliu
Copy link
Contributor

jeannieyeliu commented Dec 31, 2018

There might be several different kinds of node relationships.

@jeannieyeliu
Copy link
Contributor Author

jeannieyeliu commented Dec 31, 2018

  1. DAG, where change propagation is in a single direction.
  2. nodes of grouped constraints.
  • consider this situation:
    • Constraints over each single server nodes, for example, each server node should be allocated no more than a certain amount of resources,
    • Constraints over a group of server nodes, the resources to these nodes altogether should be no more than a certain amount of value.
    • The change of constraints when new resources are available, for example, when a new Hardware is added, constraints should be redefined and resources should be reallocated
      need to think about how to construct node relationship in this situation

@jeannieyeliu jeannieyeliu self-assigned this Dec 31, 2018
@jeannieyeliu jeannieyeliu added the research Something that neeeds to be researched label Dec 31, 2018
@jeannieyeliu
Copy link
Contributor Author

Might involve graph rewriting #issue 58

@jeannieyeliu
Copy link
Contributor Author

There's actually a contraint graph which describes the above situation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
research Something that neeeds to be researched
Development

No branches or pull requests

1 participant