gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00424
[Question #115813]: Node/Edge Attributes Queries
New question #115813 on Gephi:
https://answers.launchpad.net/gephi/+question/115813
Hello -
Apologies in advance if this has been asked and answered. I can't find it.
I am using a database as the source of data for my graph with four queries, shown below.
Node query:
SELECT domain_name_dom as ID, fast_score_dom as force,class_dom as vertical FROM gephi.CJ_EXAMPLE_DOMAIN1_DOM;
Edge query:
SELECT ID, concat(from_domain_dda,"->",to_domain_dda) as label, from_domain_dda as source, to_domain_dda as target, nlinks_dda as weight from gephi.cj_example_d2drollup_alx_dda;
Node attributes query:
SELECT domain_name_apr as id, outgoinglinkscount_apr as outgoinglinkscount, incominglinkscount_apr as incominglinkscount FROM gephi.CJ_EXAMPLE_ALX_PPL_ROLLUP_APR;
Edge attributes query:
select ID, date_lastlink_dda as date_lastlink, latcount_dda as latcount from gephi.cj_example_d2drollup_alx_dda;
The queries appear to execute without errors, but the attributes defined the 3rd and 4th queries are not in the data table nor are they available in, for example, the ranking drop-down. (The two attributes defined in the node query don't appear either, but they were an experiment. I didn't really expect them to show up based on the description at the top of the Edge List Database window.)
The attributes are all strings or integers.
Am I looking for them in the wrong place, or have I not done this correctly?
As usual, thanks for your kind assistance.
Best,
David
--
You received this question notification because you are a member of
Gephi Team, which is an answer contact for Gephi.