Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

* Project Tackers: [Core](https://github.com/TheDataRideAlongs/ProjectDomino/projects/1), [Interventions](https://github.com/TheDataRideAlongs/ProjectDomino/projects/2), and [Issues](https://github.com/TheDataRideAlongs/ProjectDomino/issues)

* Tutorials: [available Jupyter-based notebook analyses](tutorials.md)

* Infra - ask for account access in Slack
* [Private repository](https://github.com/graphistry/ProjectDomino-internal)
* Observability - [Grafana/prometheus](http://13.68.225.97:10007/d/n__-I5jZk/neo4j-4-dashboard?orgId=1) and Jupyter notebooks
Expand Down
27 changes: 27 additions & 0 deletions tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Analyst Tutorials

We have a variety of notebooks to look at for inspiration. These generally require account access.

## Guided tutorial

* Video walkthrough: Contact for the notebook walkthrough

## The database

* [Database schema diagram](https://www.lucidchart.com/documents/edit/674bc883-d01a-449a-8666-5cfc841c54bb/0_0#?folder_id=home&browser=icon) and [schema+stats querying](https://sandbox.graphistry.com/notebook/notebooks/notebooks/twitter/job_50m2/50m_hydrate-monitor.ipynb)

## Querying

* [Top URLs]( https://sandbox.graphistry.com/notebook/notebooks/notebooks/twitter/Neo4j-Examples/list_urls_by_popularity.ipynb)

* [Top tags (via text index query)](https://sandbox.graphistry.com/notebook/notebooks/notebooks/twitter/covid-misinfo-analysis/misinfo_tagged.ipynb)

* [Top tags (via hashtag index query)]( https://sandbox.graphistry.com/notebook/notebooks/notebooks/twitter/covid-misinfo-analysis/query.ipynb)


* [Whole-database outside loop for blockchain GPU regex](https://sandbox.graphistry.com/notebook/notebooks/notebooks/twitter/blockchain/blockchain_historic_loop.ipynb)

## Visualization
* [GPU UMAP, k-nn & graph visualization on accounts](https://sandbox.graphistry.com/notebook/notebooks/notebooks/twitter/covid-misinfo-analysis/account_umap.ipynb)

* [Retweet network graph](https://sandbox.graphistry.com/notebook/notebooks/notebooks/twitter/blockchain/blockchain_network_viz.ipynb)