compiling mapping (dependencies graph) of RDFJS libraries, tools and apps

Howdy,

I would like to propose an effort to map dependencies between various
RDF libraries, tools and apps implemented in javascript.

Most of them already should have package.json or bower.json with list of
dependencies.

IMO this exercise can help us better understand different audiences
(developers of libraries, tools and apps) as well as have better
overview of current state of this environment.

For now I started forking various projects to
https://github.com/rdfjs

This way we can write script which will fetch that list from github api,
get all the package.json and bower.json and process them. Whenever we
find new project we can simply fork it and re run such script.

https://developer.github.com/v3/activity/events/types/#forkevent

RDF output we could include in http://rdfjs.org and also make it update
automatically.

Cheers!

Received on Friday, 18 September 2015 12:53:55 UTC