You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@age.apache.org by Age Apache <ag...@gmail.com> on 2022/10/03 15:36:07 UTC

Please help me understand the Edge Data Format.

Hey Everyone,

I am reading the AGE Manual and came across the "Edge Data Format"
described here:
https://age.apache.org/age-manual/master/intro/types.html#edge

Is the "startid" the id of incoming vertex/node and the "endid" the id
for outgoing vertex/node? If not, then please could you explain what
"incoming/outgoing edge" means in relation to an edge?

Thanks and kind regards,

-A

Re: Please help me understand the Edge Data Format.

Posted by John Gemignani <jo...@bitnine.net>.
That is correct. Note that all edges are directed.

*startid *------------> *endid*

The *startid*, stored in the edge, is the source vertex *id *for that edge.
The *endid*, stored in the edge, is the target vertex *id *for that edge .

john

On Mon, Oct 3, 2022 at 8:36 AM Age Apache <ag...@gmail.com> wrote:

> Hey Everyone,
>
> I am reading the AGE Manual and came across the "Edge Data Format"
> described here:
> https://age.apache.org/age-manual/master/intro/types.html#edge
>
> Is the "startid" the id of incoming vertex/node and the "endid" the id
> for outgoing vertex/node? If not, then please could you explain what
> "incoming/outgoing edge" means in relation to an edge?
>
> Thanks and kind regards,
>
> -A
>