HackerTrans
TopNewTrendsCommentsPastAskShowJobs

flymetothemoon

no profile record

Submissions

[untitled]

1 points·by flymetothemoon·vor 3 Jahren·0 comments

[untitled]

1 points·by flymetothemoon·vor 3 Jahren·0 comments

[untitled]

1 points·by flymetothemoon·vor 3 Jahren·0 comments

IvorySQL: Open-source Oracle-compatible PostgreSQL

github.com
195 points·by flymetothemoon·vor 4 Jahren·70 comments

Apache AGE Quick Guide

matheusfarias03.github.io
3 points·by flymetothemoon·vor 4 Jahren·0 comments

[untitled]

1 points·by flymetothemoon·vor 4 Jahren·0 comments

Age Viewer, a graph visualization tool for PostgreSQL Extension

github.com
4 points·by flymetothemoon·vor 4 Jahren·0 comments

[untitled]

1 points·by flymetothemoon·vor 4 Jahren·0 comments

Graph Visualization Tool for PostgreSQL Extension

age.apache.org
4 points·by flymetothemoon·vor 4 Jahren·0 comments

Apache AGE, a PostgreSQL extension with graph database functionality

github.com
140 points·by flymetothemoon·vor 4 Jahren·76 comments

comments

flymetothemoon
·vor 4 Jahren·discuss
which is what ETL is, isn't it?
flymetothemoon
·vor 4 Jahren·discuss
A bit too simple for my taste,but it looks like an educational game for Git beginners!
flymetothemoon
·vor 4 Jahren·discuss
That's right, AGE is designed to use both queries either separately or together. SQL (PostgreSQL), openCypher (AGE)
flymetothemoon
·vor 4 Jahren·discuss
The thing about advice is that we already know it, but too lazy to follow or just plain forgetful. This was a good read for reminding. Thank you for sharing.
flymetothemoon
·vor 4 Jahren·discuss
There is a documentation for AGE that has some basic examples on how cypher and sql can be mixed. Regarding nodes and edges: they are sub-types to a type called Agtype. More details are in the documentation.

https://age.apache.org/age-manual/master/index.html
flymetothemoon
·vor 4 Jahren·discuss
The Apache AGE is inspired by AgensGraph, a multimodel database fork of PostgreSQL. So it uses AgensGraph dialect.