pub type EdgeData = (String, String, String, HashMap<Cow<'static, str>, Value>);
Edge data: (source_id, target_id, relationship_name, properties)