Hello guys,
i am looking to find a social network dataset, preferably with 10.000+ nodes and a lot of friend/follow connections between nodes. Any file format is welcome,
Thanks in advance.
Maybe one of these may work for you.
Hi @xar.zax,
On Papers with Code you can find a lot of social network graphs, for example Reddit Dataset | Papers With Code. These are not in the Neo4j/GDS format out of the box however, so you'll need to massage them in order to fit into the Neo4j ecosystem. Please let us know if you do.
If you want something out of the box for GDS, I recommend checking out the data loaders of the GDS Python client: The Neo4j Graph Data Science Client Manual v1.8 - Neo4j Graph Data Science Client.
In particular, we have a social network called LastFM that I think will fit your needs: Datasets - Neo4j Graph Data Science Client. With the GDS Python client it's very easy to project this graph into GDS with one Python method call. Additionally, paper citations networks exhibit many of the same topological structures as social networks. For this reason you could also use ogbn-arxiv: Node Property Prediction | Open Graph Benchmark by loading it like this: Datasets - Neo4j Graph Data Science Client
Hope this was helpful. Good luck,
Adam
Does that work for this real estate photo editing? Actually, I was doing the same for this project that I have been assigned. Social network dataset Reddit Dataset .
Thanks