anvaka / pm

package managers visualization
https://anvaka.github.io/pm/
MIT License
1.57k stars 135 forks source link

Need help with data server #25

Open saschawo opened 6 years ago

saschawo commented 6 years ago

Hi anvaka, thanks for your great great galaxy visualisations! I tried to build my own graph visualisation using the instructions you give under "Your own graphs". Although I am a total JS n00b, I managed to take all the steps (with a tiny test graph) up until the stuff that's under "Data format". There, you write:

Update the config.js in this repository to point to your data server, and you are ready to explore your own graph.

My problem is that I simply do not know how to setup my own data server. I mean, I have all the necessary files (labels.json, links.bin, meta.json, positions.bin) but I don't know where to put them to get my own data server. Hence, I do not know where I have to point config.js to.

Could you help me with that?

Thanks a lot, Sascha