Hacker News new | ask | show | jobs
by match 1726 days ago
I'd love a more lightweight replacement for Neo4j but I need something that has good cypher support. Options are pretty limited.
2 comments

RedisGraph may be an option for you.
I think PostgreSQL will at some point support Cypher.
There is a projected "Property Graph Query" extension of SQL, and the pgSQL folks have expressed some interest in it. Not sure how it will relate to Cypher, but the feel will probably be similar.
Depending on how one views "postgres", there are at least two extensions that allegedly do it: https://age.apache.org/ and the AgensGraph from which AGE derives