From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: jquery 3.1.1 Date: Fri, 20 Jan 2017 22:23:57 +0100 Message-ID: <87tw8tmnma.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUgfF-0000Zj-Kc for guix-devel@gnu.org; Fri, 20 Jan 2017 16:24:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUgfC-0005Nn-07 for guix-devel@gnu.org; Fri, 20 Jan 2017 16:24:05 -0500 In-Reply-To: (catonano@gmail.com's message of "Thu, 19 Jan 2017 21:48:44 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Catonano Cc: guix-devel Hi! Catonano skribis: > I made a crawler and I let it loose on the jquery 3.1.1 dependencies on > registry.npmjs.com > > It recursevely fetched the dependencies of jquery 3.1.1, then the > dependencies of the dependencies, then the dependencies of the dependenci= es > of the dependencies... and so on > > Until there were no more dependencies to fetch. > > It stored all such dependencies in a graph database made by the amazing > amz3 for their project, Culturia. They wrote about such project several > times on the guile-users mailing list. Neat! > It took days to download. And it took me months to produce a working > version of this code. Because I don't know Guile very well and maybe I'm > not that smart overall. > > Anyway, now I have a COMPLETE graph of the dependencies of jquery 3.1.1 > > It's made of > 47311 vertices and > 324569 edges Impressive. I suppose the data you gathered about the graph could help guide usage of Jelle=E2=80=99s importer? (=E2=80=A6 which we should consider merging B= TW!) Thanks, Ludo=E2=80=99.