Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transitive-bullshit/clubhouse-social-graph
Clubhouse social graph visualizations.
https://github.com/transitive-bullshit/clubhouse-social-graph
clubhouse data-visualization neo4j social-network-analysis
Last synced: about 2 months ago
JSON representation
Clubhouse social graph visualizations.
- Host: GitHub
- URL: https://github.com/transitive-bullshit/clubhouse-social-graph
- Owner: transitive-bullshit
- License: mit
- Created: 2021-03-26T05:42:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T07:50:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T01:08:28.093Z (2 months ago)
- Topics: clubhouse, data-visualization, neo4j, social-network-analysis
- Language: TypeScript
- Homepage: https://clubhousesocialgraph.com
- Size: 8.4 MB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
> Clubhouse social graph visualizations.
[![Build Status](https://github.com/senpai-so/clubhouse-social-graph/actions/workflows/build.yml/badge.svg)](https://github.com/senpai-so/clubhouse-social-graph/actions/workflows/build.yml) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io)
## Intro
This webapp is built using [Next.js](https://nextjs.org) deployed to [Vercel](http://vercel.com).
## Core Deps
- [clubhouse-client](https://github.com/transitive-bullshit/clubhouse) - OSS TS wrapper around the unofficial Clubhouse API.
- [clubhouse-crawler](https://github.com/transitive-bullshit/clubhouse) - Crawler for the Clubhouse social graph with neo4j support.
- [neo4j](https://neo4j.com) - Graph database used for storing user info and relationships.
- [d3](https://d3js.org) - Visualization framework.
- [react-force-graph](https://github.com/vasturiano/react-force-graph) - Excellent D3 wrapper for working with force-directed graphs.## MVP Todo
- Home page `/`
- [x] content
- [ ] social proof
- [x] footer
- User page `/[username]`
- [x] Basic user profile info
- [x] Links to social
- [x] Followers viz
- [x] Following viz
- [x] Invite chain viz
- [x] Relationship viz `/[username]/relationship/[username]`
- [x] [Linkify](https://github.com/tasti/react-linkify) bios
- User settings page `/[username]/settings`
- [ ] Adjust viz settings
- [x] Logout
- Core visualization
- [x] Navigate to user profiles
- [x] Navigate to user relationship viz
- [x] Add fallback profile photo
- [x] Add info modal
- [x] Add zoom in / out buttons
- [x] Finalize approach to auth
- [x] About page `/about`
- [x] Data page `/data`
- [x] Top users `/top-users`## License
MIT © [Travis Fischer](https://transitivebullsh.it)
Support my OSS work by following me on twitter