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
Analysis
A graph of social relationships.
- Build networks quickly
- Rename nodes
- Combine nodes
- Relink edges
- Pagerank
- Force layout
- Move nodes and links
- Save files
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
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
Bind is one way with datascript. Reactions are cool for propigating change, but what about pushing change? Om-next will be awesome.
`./bin/deploy.sh
Copyright © 2015 Timothy Pratley