Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
János Benjamin Antal be9ed7e879 Python wrapper for write procedures (#234)
* Rename mgp_graph_remove to mgp_graph_delete

* Add mgp_graph_detach_delete

* Add PyGraph functions

* Add _mgp exceptions

* Use unified error handling in python wrapper

* Ignore clang-tidy warnings

* Add mgp.Graph, mgp.Vertex and mgp.Edge mutable functions

* Add python write procedure registration

* Add `is_write` result field to mg.procedures

* Use storage::View::NEW for write procedures

* Add simple tests for write procedures

* Remove false information about IDs
2021-10-02 13:17:41 +02:00
.githooks Remove clang tidy from hooks (#94) 2021-02-16 11:22:59 +01:00
.github License key introduction and removing community edition package (#232) 2021-09-29 19:14:39 +02:00
cmake Migrate LDAP integration to auth module 2019-09-11 17:15:08 +02:00
config License key introduction and removing community edition package (#232) 2021-09-29 19:14:39 +02:00
docs Remove docs/dev (migrated to Notion) (#84) 2021-01-26 20:08:40 +01:00
environment Update toolchain to v3 (#189) 2021-07-08 14:20:48 +02:00
include Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
libs Update toolchain to v3 (#189) 2021-07-08 14:20:48 +02:00
query_modules Add write procedures 2021-10-02 13:17:41 +02:00
release License key introduction and removing community edition package (#232) 2021-09-29 19:14:39 +02:00
src Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
tests Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
tools Replace mg_client with mgconsole (#153) 2021-05-26 11:59:36 +02:00
.clang-format Increase column width (#91) 2021-02-12 16:58:55 +01:00
.clang-tidy New MGP API (#219) 2021-09-09 10:44:47 +02:00
.gdbinit Add pretty printer to gdb for TypedValue 2017-08-16 11:32:25 +02:00
.gitignore Reimplement counter openCypher function 2019-05-16 11:09:02 +02:00
CHANGELOG.md CHANGELOG redirects to the docs page (#165) 2021-06-07 16:26:15 +02:00
CMakeLists.txt License key introduction and removing community edition package (#232) 2021-09-29 19:14:39 +02:00
CODEOWNERS Add Jure to CODEOWNERS (#194) 2021-07-07 12:35:28 +02:00
Doxyfile Clean Memgraph repository (#12) 2020-10-21 18:56:15 +02:00
init Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
README.md Migrate release docs to Notion (#86) 2021-01-28 16:29:00 +01:00

Memgraph

Memgraph is an ACID compliant high performance transactional distributed in-memory graph database featuring runtime native query compiling, lock free data structures, multi-version concurrency control and asynchronous IO.

Development Documentation

Please continue in Notion.

User Documentation

Memgraph user documentation is maintained within docs repository. The documentation is also available on GitBook.

Licences