Hey, does anyone know how to create an edge between two nodes using cdf toolkit? I am specifically looking to figure out:
- How does the yaml need to be structured
- does the file need a special name?
- does the file need to be in a special folder?
Hey, does anyone know how to create an edge between two nodes using cdf toolkit? I am specifically looking to figure out:
The reasoning is that Toolkit is intended for configuration of resources, and not data. For example, we support setting up data models, workflows, authentication etc, but have limited support for uploading datapoints, events, and so on.
We support node as these are often used as configuration, while do not support edges as they are typically only used as part of data.
What is your use case for wanting to use Toolkit to populate edges?
I see. We have a data model that has a set of “framework data” that we instantiate it with, which will be the same for all cdf instances as it is part of a standard. in our data model one of the properties are on the form
someprop: panother_type]
which, as far as I know has to be instantiated with edges since we can’t pass a list of direct references. I was really hoping to use cdf toolkit to set up the model in a new environment as well as populate it with static framework data, without having to setup transforms etc.
Great, thanks!
You have to set
```
edges = true
```
In your cdf.toml file
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.