age icon indicating copy to clipboard operation
age copied to clipboard

Importance of an API

Open ontologiae opened this issue 3 years ago • 5 comments

Hi,

I work on graph database, mainly Neo4j, I'd like to quit, for several years. I'm a strong supporter of PostgreSQL for almost 20 years. I think your idea to use PostgreSQL to support Cypher is great, but I fear that you'd miss the target for a silly issue.

One of the main advantage of Neo4J is there's an API to create node, relationships and so on by API. Sometimes, Cypher is not the good answer in certain kind of apps and architecture, at least to create the graph. Of course, to query the graph, Cypher is great.

So my proposition is simple : provide an API, accessible from PL/PGSQL to create nodes, relationships at least, and one day to permit people to define ways to walk in the graph.

Many thanks for your work.

ontologiae avatar Feb 17 '21 19:02 ontologiae

Appreciate your insights and suggestions ... will start looking into them :)

aked21 avatar Feb 18 '21 02:02 aked21

Hello, I have developed a PL/PGSQL api for AgensGraph, a PostreSQL fork for graph model processing using Cypher. This PL/PGSQL api is currently in a testing stage and will be available soon. I started looking into AGE this week and it might be possible use this PL/PGSQL api for AGE (hopefully) without much developments. I will update my progress here.

seouljun avatar Mar 04 '21 02:03 seouljun

Hi @JunKK7 do you have more information about this ?

ontologiae avatar Sep 27 '21 07:09 ontologiae

@JunKK7 Do you mind contacting me at [email protected] please?

joefagan avatar Sep 27 '21 10:09 joefagan

incubating-Apache AGE is an open source project. Please give us the link to this API.

JoshInnis avatar Feb 08 '22 07:02 JoshInnis