Earlier quoted context omitted.
Hi guys, I'm community support at Dgraph. Reading that question. I come to clarify some points. First of all, I don't particularly know Memgraph internally. So, I'll stick to Dgraph and related only. About Karimtr's reply 1. The graph model: Although Dgraph uses RDF as input data. Dgraph is not a Triple Store per se - and the RDF we have is a customized version, which means that it is not 100% compatible with any RDF…
I really like dgraph. Even amidst some rapid development for graphql integration, dev team has been quick to respond to issues. Was happy to see the continued Jepsen testing. Now that the frontend devs have gotten their attention, I hope dgraph plans to give the python community some love as well by improving the client API and asyncio support and even full integration with networkx.
Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
41–48 of 48 posts
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#42Earlier quoted context omitted.
Hi guys, I'm community support at Dgraph. Reading that question. I come to clarify some points. First of all, I don't particularly know Memgraph internally. So, I'll stick to Dgraph and related only. About Karimtr's reply 1. The graph model: Although Dgraph uses RDF as input data. Dgraph is not a Triple Store per se - and the RDF we have is a customized version, which means that it is not 100% compatible with any RDF…
Hey Michel, thanks for joining the conversation and clarifying things. I'm far from being an expert on Dgraph so I learned a few things from your answer. Regarding the data model, that makes sense. I read that Dgraph support properties so I thought you built something along the lines of the RDF+ framework with seems to support properties and labels. Yes, you're right, ontologies can be represented in any graph but it…
I'm with your docs in hands, need to finish some tasks and I gonna check it out!
Cheers!
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#43Would 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?
Karim from Memgraph here. Thanks for the questions. Are you referring to geospatial capabilities? If I understand correctly, you would like to add geospatial coordinates to specific elements in the graph (e.g. power stations, power lines etc) and be able to search and query for specific areas (e.g. countries, cities, etc)? If that's the case, although we don't have direct support for Geospatial data format, you can e…
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#44Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#45Two questions, please. What about C#? Do you have some API? What about spatial search? Do you have that integrated in API?
Thanks
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#46Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#47How do you handle high-availability? Also, do you have some sort of persistency model for the community version which doesn't have HA?
Dominik from Memgraph here. Good questions! All editions of Memgraph persist data to the disk via write-ahead logging (WAL) and periodic snapshots for log compaction so even though Memgraph is designed to be in-memory first, data is always backed up to disk. If you enable asynchronous (periodic fsync) WAL, you can trade off a small window of durability for better performance. Before 1.0, Memgraph leveraged the RAFT c…
Related to that: have you considered extensions to the RAFT standard e.g. pipelining?
Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database
#48This is huge! I'd like to see the roadmap for graph algorithms and graph neural nets! I can provide feedback on both.