-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): network graph example (#2612)
- Loading branch information
Showing
3 changed files
with
391 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
title: Use Case Examples | ||
title: Tutorials | ||
sidebar_position: 4 | ||
--- | ||
|
||
# Use Case Examples | ||
# Tutorials | ||
|
||
Examples of applications and data science built on OSO's data ≠platform. Each example includes code snippets you can copy and paste into your own projects. | ||
|
||
- 📊 [Collection View](./collection-view) - Get a high level view of key metrics for a collection of projects | ||
- 🔬 [Project Deepdive](./project-deepdive) - Do a deep dive into a specific project | ||
- 🕸️ [Network Graphs](./network-graph) - Analyze collaboration patterns and community connections | ||
- 👥 Cohort Analysis (coming soon) - Track a cohort of projects across a set of metrics over time | ||
- 💸 Retro Funding (coming soon) - Generate algorithms for rewarding contributions retroactively | ||
- 🤝 Developer Retention (coming soon) - View developer churn and retention patterns over time | ||
- 🕸️ Network Graphs (coming soon) - Visualize collaboration patterns and community connections | ||
- ⭐ OpenRank (coming soon) - Run OpenRank on top of any network graph with your own trust seed assumptions | ||
- 🛡️ Trusted Users (coming soon) - Classify users on the basis of different trust signals |
Oops, something went wrong.