Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
1–10 of 48 posts
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#2Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#3Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#4Congrats :)! How does this compare to Neo4J and what would be some typical use cases?
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#5Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#6Can I use all NetworkX features and library functions from within memgraph, e.g. can I apply k_components to graph held within memgraph?
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#7Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#8Congrats :)! How does this compare to Neo4J and what would be some typical use cases?
Thank you! So, Memgraph is compatible with Cypher ( http://www.opencypher.org ) query language and Bolt protocol ( https://boltprotocol.org ) which means that existing tools and workloads will work. When it comes to the differences, because of our in-memory first approach, low-level implementation and optimizations Memgraph is more suitable for real-time analytical graph workloads. Please let me know if this makes se…
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#9Would Memgraph be a good app to geolocate all of the data involved with a graph database? Example: geolocate all of the electric distribution networks around the country7globe that interconnect with the values of the graph?
If that's the case, although we don't have direct support for Geospatial data format, you can easily encode it into your graph by setting coordinate as a property on your nodes and edges.
Does this answer your question?
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#10Earlier quoted context omitted.
Thank you! So, Memgraph is compatible with Cypher ( http://www.opencypher.org ) query language and Bolt protocol ( https://boltprotocol.org ) which means that existing tools and workloads will work. When it comes to the differences, because of our in-memory first approach, low-level implementation and optimizations Memgraph is more suitable for real-time analytical graph workloads. Please let me know if this makes se…
This looks awesome! How much Cypher does Memgraph support? Also, what are the difference compared with Neo4j's Cypher?