emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26807: closed ([PATCH] graph: Add Cypher backend.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26807: closed ([PATCH] graph: Add Cypher backend.)
Date: Thu, 11 May 2017 14:31:02 +0000

Your message dated Thu, 11 May 2017 16:29:44 +0200
with message-id <address@hidden>
and subject line Re: bug#26807: [PATCH] graph: Add Cypher backend.
has caused the debbugs.gnu.org bug report #26807,
regarding [PATCH] graph: Add Cypher backend.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26807: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26807
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] graph: Add Cypher backend. Date: Sat, 06 May 2017 23:21:32 +0200 User-agent: mu4e 0.9.18; emacs 25.1.1

Attachment: 0001-graph-Add-Cypher-backend.patch
Description: Text Data

Dear Guix,

I would like to add another backend to the 'guix graph' command.  This
backend will return a bunch of queries that can be used to create a
graph database for any database engine that uses openCypher (although I
only know one engine and it's called neo4j, which should be GPLv3 code).

If there was a way to ensure node definitions are written to the output
before the edges, I could simplify the queries a bit.  But I believe it
is quite fast anyway.

Thanks!

Kind regards,
Roel Janssen

--- End Message ---
--- Begin Message --- Subject: Re: bug#26807: [PATCH] graph: Add Cypher backend. Date: Thu, 11 May 2017 16:29:44 +0200 User-agent: mu4e 0.9.18; emacs 25.1.1
Roel Janssen writes:

> Ludovic Courtès writes:
>
>> Hi,
>>
>> Roel Janssen <address@hidden> skribis:
>>
>>> Ludovic Courtès writes:
>>>
>>>> Hello!
>>>>
>>>> Roel Janssen <address@hidden> skribis:
>>>>
>>>>> From 0e9c95ef3473fa7066ccd5991b1c14400aaa7076 Mon Sep 17 00:00:00 2001
>>>>> From: Roel Janssen <address@hidden>
>>>>> Date: Sat, 6 May 2017 23:15:03 +0200
>>>>> Subject: [PATCH] graph: Add Cypher backend.
>>>>>
>>>>> * guix/graph.scm (%cypher-backend): New variable.
>>>>
>>>> If Neo4j is free software and packageable (is it Java?), why not!
>>>
>>> Yes, it's Java, so a lot of work to package.
>>>
>>> Fortunately, there is also AgensGraph which is similar to the PostgreSQL
>>> package, and it supports openCypher as well.  So I tried it, and the
>>> queries will work with the latest git checkout of AgensGraph.  Their
>>> latest release does not support automatically creating labels for the
>>> nodes and edges, which was fixed in this commit:
>>>
>>> https://github.com/bitnine-oss/agensgraph/commit/5eaecc1d429a08165bb964013ab8ee5516a062e7
>>>
>>> So I think the output of what my patch produces should be fine for
>>> multiple implementations of openCypher.
>>
>> OK.  Do these tools support interactive visualization in addition to
>> graph queries?
>
> Neo4j does that in a web browser, see:
> https://neo4j.com/developer/guide-data-visualization/
>
> AgensGraph does not AFAIK.  It just looks like (and it is) a PostgreSQL
> prompt.
>
>>
>>>> Could you add a few lines in guix.texi under “Invoking guix graph”?
>>>> Maybe give an example invocation of cypher and explain how it differs
>>>> from the other backends (interactive features maybe?).
>>>
>>> Would the attached patch be fine for the manual?
>>
>> Yes, perfect (please squash it with the patch that adds the new
>> backend).
>>
>> Thank you!
>>
>> Ludo’.
>
> Great!  I will do that.

Pushed in 5899fafbfefcd7682aec8f2caaaad3add678a3c4.

Thanks!

Kind regards,
Roel Janssen


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]