Code Monkey home page Code Monkey logo

Comments (5)

jrgemignani avatar jrgemignani commented on June 15, 2024 7

Correct, the main difference is that AGE is an openCypher plugin (extension) to PostgreSQL whereas AgensGraph is openCypher built into a fork of PostgreSQL.

One item that is unique is that, with a fork, you are tied to a specific version of AgensGraph based off of a specific version of PG. Moving AgensGraph from one version of PG to another isn't trivial. Nor is migrating data into AgensGraph from a PG database.

With an extension you have more flexibility with which versions you can use. Additionally, you can use your existing PG databases as opposed to migrating to AgensGraph.

Currently we are working on getting all of the openCypher functionality into AGE. So, this is all that is unique about AGE relative to AgensGraph.

from age.

JoshInnis avatar JoshInnis commented on June 15, 2024 3

To expand upon John's two posts: Cypher can modify data mid-query, in a single node implementation Postgres's transaction system has held up and this has not proven to be an issue. We need to do more research to confirm this won't be an issue in a distributed deployment.

AgensGraph has always been and will always be a single node database that converts the Cypher graph model into a relational model. AGE most notable upcoming goalpost is to emulate that behaviour. We have the ability to make AGE work in a distributed deployment, have sql queries inside a cypher query, use other graph query languages, implement a native graph storage solution within Postgres, etc. Where AGE ends is up to the community as a whole to decide.

from age.

jbiz805 avatar jbiz805 commented on June 15, 2024

I'd like to squeeze in relating to this topic. Apart from the fact that one is an extension to PostgreSQL and the other is a full graph database based on PostgreSQL, what's unique about AGE?

from age.

vongosling avatar vongosling commented on June 15, 2024

Do we support distributed deployment in the future? Singe node has very limitation.

from age.

jrgemignani avatar jrgemignani commented on June 15, 2024

from age.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.