Live data from Hacker News

Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database

memgraph.com

11–20 of 48 posts

Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database

#13
post #12

Will there be an open-source edition?

Karim from Memgraph here. That's a good question we get really often. As you can imagine we had our hands full for the past few years building a DB from scratch, and so we didn't really have the resources to put together an open-source project the way we imagine it. It's something we'll explore this year to try to come up with the best way to do it.

Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database

#14
post #11

Can Memgraph be used as an embedded database similar to SQLite?

The intended usage isn't that one because Memgraph is built as a server database system. The communication has to go via the binary protocol. But, because Memgraph is implemented in C/C++ and there is the C API for the query modules already in-place, offering an embedded solution is possible. This feature isn't high on the priorities list at the moment. What would be your target platforms? Mobile or maybe something on the IoT side?

Re: Show HN: Memgraph – Transactional, in-memory, cypher-compatible graph database

#17
post #14
post #11

Can Memgraph be used as an embedded database similar to SQLite?

The intended usage isn't that one because Memgraph is built as a server database system. The communication has to go via the binary protocol. But, because Memgraph is implemented in C/C++ and there is the C API for the query modules already in-place, offering an embedded solution is possible. This feature isn't high on the priorities list at the moment. What would be your target platforms? Mobile or maybe something o…

Mobile
Post reply on HN