Hacker News new | ask | show | jobs
by enzotar 2228 days ago
Can Memgraph be used as an embedded database similar to SQLite?
1 comments

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?
+1 for mobile
Mobile