https://github.com/jonathanreiss15/bluesky-graph
Displays a real time graph of interactions via the Bluesky firehouse
https://github.com/jonathanreiss15/bluesky-graph
bluesky force-directed-graphs jetstream
Last synced: about 2 months ago
JSON representation
Displays a real time graph of interactions via the Bluesky firehouse
- Host: GitHub
- URL: https://github.com/jonathanreiss15/bluesky-graph
- Owner: JonathanReiss15
- License: mit
- Created: 2024-11-17T07:57:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T19:17:02.000Z (over 1 year ago)
- Last Synced: 2025-03-12T15:36:16.203Z (over 1 year ago)
- Topics: bluesky, force-directed-graphs, jetstream
- Language: TypeScript
- Homepage: https://jonathanreiss15.github.io/bluesky-graph/
- Size: 8.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bluesky Graph
Uses a websocket to connect to [Bluesky Jetstream](https://github.com/bluesky-social/jetstream) and render a graph of the network of posts
https://github.com/user-attachments/assets/4f2e3f94-c06d-49f5-a267-bb052feb2290
## Running
```bash
npm install
npm run dev
```