From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:d11a:: with SMTP id l26mr4264720iob.34.1544835598946; Fri, 14 Dec 2018 16:59:58 -0800 (PST) X-Received: by 2002:aca:c703:: with SMTP id x3mr1837oif.5.1544835598533; Fri, 14 Dec 2018 16:59:58 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!q69no113148itb.0!news-out.google.com!v71ni154ita.0!nntp.google.com!k10no112820itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 14 Dec 2018 16:59:58 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.114.128.47; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 208.114.128.47 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4961998f-347d-4d7a-a084-2fde1cf0a92a@googlegroups.com> Subject: Re: Graph database client? eg Neo4j, Dgraph ... From: Olivier Henley Injection-Date: Sat, 15 Dec 2018 00:59:58 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55045 Date: 2018-12-14T16:59:58-08:00 List-Id: On Thursday, December 13, 2018 at 6:15:08 PM UTC-5, Shark8 wrote: > On Wednesday, December 12, 2018 at 7:04:15 AM UTC-7, Olivier Henley wrote= : > > Hi to all, > >=20 > > Anyone knows of an initiative at providing a Neo4j() Ada client? Or any= other graph db really... >=20 > There is/was an all-Ada graph-DB called Mneson -- Archived here: https://= web.archive.org/web/20070625173813/http://www.liacc.up.pt/~maa/mneson/ -- o= f which I have a copy of two versions. I was trying to translate them so th= at instead of the containers dependency ["Charles Containers", IIRC] they w= ould use the Ada.Containers.* packages instead. Thx! I communicated with the author to bring this code on github. More to c= ome.