The project is broken into three sub-projects:
notebooks- Jupyter notebooks for data exploration and prototyping graph queries.pipeline- python scripts to generate graphs and dataframes that can be used to serve graph-based queries.serve- FastAPI server to serve API requests for querying the graph from Farcaster.
NOTE For details on how to deploy an individual sub-project, check out the Readme docs under that sub-project.