0f0c5cb8b7
Reviewers: florijan, mislav.bradac, buda, dtomicevic Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D444
1005 B
1005 B
Interfacing with Memgraph
This chapter describes ways to access the Memgraph database.
Currently supported interface is the Bolt protocol. We are also working on providing a web based interface, which could be used through a web browser.
Bolt Protocol
The Bolt protocol was designed for database applications and it aims to be efficient. Memgraph is using Version 1 of the protocol.
Besides using the Bolt protocol specification to build a custom driver, you can use the already available drivers. Official Bolt protocol drivers are provided for the following languages.
They can be used for easier building custom interfaces for Memgraph. We recommend using drivers starting from version 1.3.