age
age copied to clipboard
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
Hello, This is a minimal POC for vertices and edges backed by views. I'm new to contributing to this repo, and there is still a lot to do, so thought...
Hi, how do I run this? ```sql SELECT * FROM cypher('playground', $$ MATCH (n:Movie|Person) RETURN n $$) AS (v agtype) ``` I get ```markdown Query 1 ERROR at Line 31:...
Read the [Writing Code](https://www.postgresql.org/docs/current/xfunc-c.html#XFUNC-C-CODE) seciton. Verify that Apache AGE codebase follow the recommendations. If not, make a list of violations and report here.
In the docs , we see installation for ubuntu, fedora, centos . Would it be possible to list the steps for alpine linux install with required libraries ?
Should we add [call subquery](https://neo4j.com/docs/cypher-manual/current/subqueries/call-subquery/?utm_source=Google&utm_medium=PaidSearch&utm_campaign=Evergreenutm_content=AMS-Search-SEMCE-DSA-None-SEM-SEM-NonABM&utm_term=&utm_adgroup=DSA-use-cases&gad_source=1&gclid=CjwKCAjw48-vBhBbEiwAzqrZVLKhZ3Swr9FxOtwkjpaA9BWPj8vjzbjxoapsZf0gapp3RPktxKf2BxoCnWwQAvD_BwE) to AGE? It will allow Neo4j's GraphQL library to be compatible with AGE. **Data Setup** ```sql SELECT * FROM cypher('xyz', $$ CREATE (:Actor{name:'Tom Hanks'})-[:ACTED_IN]->(:Movie{title:'Forrest Gump'})...
Implement both openCypher and Postgres style comment in AGE grammar.
* update for psycopg3 * set a default argparse namespace in case tests are run in such a way that argparse is bypassed. Resolved - Conflicts: drivers/python/requirements.txt