Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timothypratley/leaderboardx
A tool for building graphs quickly
https://github.com/timothypratley/leaderboardx
editor graph graph-algorithms graphs pagerank
Last synced: about 1 month ago
JSON representation
A tool for building graphs quickly
- Host: GitHub
- URL: https://github.com/timothypratley/leaderboardx
- Owner: timothypratley
- Created: 2015-04-30T14:41:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T21:27:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T05:10:52.373Z (3 months ago)
- Topics: editor, graph, graph-algorithms, graphs, pagerank
- Language: Clojure
- Homepage: https://timothypratley.github.io/leaderboardx/
- Size: 1.3 MB
- Stars: 17
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeaderboardX
Build Sociograms, and other Pageranked graphs quickly:
https://timothypratley.github.io/leaderboardx/Sociograms are now even easier with my new diagramming app: https://hummi.app
## Why?
Analysis
## What?
A graph of social relationships.
## How?
* Build networks quickly
* Rename nodes
* Combine nodes
* Relink edges
* Pagerank
* Force layout
* Move nodes and links
* Save files## Development
For browser reloading:
`lein figwheel app devcards`Open http://localhost:3449/index.html
To test advanced compilation:
`lein with-profile uberjar do clean, cljsbuild auto`
`lein run`Reload http://localhost:3449/index.html
## Datomic... not used just yet
Start Datomic (from datomic directory):
`bin/transactor config/dev-leaderboardx.properties`Start the server:
`lein run`If the schema changes:
`lein run migrate`To reset the database:
datomic delete
`lein run migrate`To run the Datomic console:
`./bin/console -p 8088 dev datomic:dev://localhost:4334/leaderboardx`
Open http://localhost:8088## Thoughts
Bind is one way with datascript.
Reactions are cool for propigating change, but what about pushing change?
Om-next will be awesome.## Deployment
`./bin/deploy.sh
## License
Copyright © 2015 Timothy Pratley