Network graph analysis on OSO data #2120
ccerv1
started this conversation in
Show and tell
Replies: 1 comment
-
Here is a subset of data from Farcaster and GitHub for graph analysis: https://drive.google.com/drive/folders/1Db9SqcOA1nPoFNQzZgEZfQ7FTSU3UjEB?usp=sharing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OSO is creating datasets that enable near unlimited opportunities for network graph analysis!
Our primary intermediate model --
int_events
-- is indexed byto
andfrom
events for a range of different entities and event types. You can access this in BigQuery. We also have the same data, streamlined a bit, available in Clickhouse and via our API for even faster queries:timeseries_events_by_artifact_v0
. The schema is:Here are some specific use cases and other resources for how to do network graph analysis on OSO!
Video Tutorial
Here is a Loom Video explaining how to query the data.
Github contribution graph
OpenRank data challenge with Byte Explorers
There are a collection of starter notebooks here.
RPGF3 PageRank bounty
There is a playground GitHub dataset and several PageRank implementations (for repos, not developers) here
Farcaster social graph
This runs directly on top of the Farcaster dataset on OSO...
Beta Was this translation helpful? Give feedback.
All reactions