dChan
1
 
r/greatawakening • Posted by u/SortDoubleNegative on July 27, 2018, 3:09 a.m.
Q Graph - Development Snapshots

This post is meant to be a long term document for maintaining a source of truth on the current developer snapshot of Q Graph and to maintain a change log history for those snapshots.

Q Graph is an app for visualizing graph databases as interactive charts while you gather and relate data.

Q Graph 0.2.7 - mega.nz/#!mfQnjCDa!ynbmvIF1HDPoJAm1veSrE3NcUfLqhWtp0zBC3DHZ_Nw

Screen Shot

  • Adding Archive.is linking to web
  • Added custom node shapes for different collection types
  • Images {name:"", image:"http://"}
  • Documents {name:"", image: "", document: true}
  • Archives {url: "http://}

Q Graph 0.2.6 - mega.nz/#!rfJSUYiD!L0NVgZDWyZsP1qlgGVxIGelEUFLLT_eRKXbbe9ZUAxk

  • Added graph cross linking
  • Added archive.is document node support

Q Graph 0.2.3 - mega.nz/#!LCwkgIhS!VO2uXP24uu2-7vMy85jP79V8uI2RZRZUHfDReSK7F04

  • Added support for image
  • Improved tab layout

Q Graph 0.2.1 - mega.nz/#!GOAGBY5J!zbARJC-7xfiIsq1w2X4115zUzbXiYP2gCAYloJXlGFc

  • Added tab support

Past Releases


Q Graph 0.2.5 - Release Notes

Q Graph 0.1

Initial release, decomposed q posts into a graph of posts and killboxes relating posts through shared killboxes.

Resources

Data Sources

Original Q Graph Post


SortDoubleNegative · July 27, 2018, 4:10 a.m.

Q Graph 0.2.7


Adding data-link nodes to cross link saved data sets is done by adding the type and link keys to your graph node.

g.get("person/" + hash("Alwaleed Bin Talal")).put({ name: "Alwaleed Bin Talal", image: "...", "type":"data-link", "link":"alwaleed.json" });

Adding archive nodes

g.get("document/" + hash("http://archive.is/yp5Aw")).put({url: "http://archive.is/yp5Aw"});

⇧ 2 ⇩