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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:8ca9:: with SMTP id f38mr685165jak.14.1544742906563; Thu, 13 Dec 2018 15:15:06 -0800 (PST) X-Received: by 2002:a9d:6948:: with SMTP id p8mr11236oto.5.1544742906382; Thu, 13 Dec 2018 15:15:06 -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!q69no16860itb.0!news-out.google.com!v141ni26ita.0!nntp.google.com!q69no16859itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 13 Dec 2018 15:15:06 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.28; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.28 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Graph database client? eg Neo4j, Dgraph ... From: Shark8 Injection-Date: Thu, 13 Dec 2018 23:15:06 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55036 Date: 2018-12-13T15:15:06-08:00 List-Id: 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 o= ther graph db really... There is/was an all-Ada graph-DB called Mneson -- Archived here: https://we= b.archive.org/web/20070625173813/http://www.liacc.up.pt/~maa/mneson/ -- of = which I have a copy of two versions. I was trying to translate them so that= instead of the containers dependency ["Charles Containers", IIRC] they wou= ld use the Ada.Containers.* packages instead.