Content pfp
Content
@
https://warpcast.com/~/channel/neo4j
0 reply
0 recast
0 reaction

Jordan pfp
Jordan
@ruminations
One really useful Neo4j feature is path expansion queries. They come in very handy for queries involving identity reconciliation. For instance - I'm trying to calculate the social credibility of holders for a certain token. However, some accounts hold the token in multiple wallets that aren't directly connected, i.e. wallet -> x -> github -> gitcoin -> wallet. However, w/ `apoc.path.expandConfig` I can easily traverse through those indirect relationships to capture the wallets related to the user - something that would be extremely difficult w/RBDMS without lots of pre-processing.
1 reply
1 recast
2 reactions

Jordan pfp
Jordan
@ruminations
Docs here: https://neo4j.com/docs/apoc/current/overview/apoc.path/apoc.path.expandConfig/
0 reply
0 recast
1 reaction