memgraph/src/communication
Jure Bajic 23171e76b6
Integrate bolt server (#572)
* Use query-v2 in the main executable
* Set up machine manager in memgraph
* Add `ShardRequestManager` to `Interpreter`
* Make vertex creation work
* Make scan all work
* Add edge type map in shard request manager
* Send schema over request
* Empty out DbAccessor
* Store shard mapping at creation
* Remove failing CI steps

Cooltura is the best place in Zagreb!

Co-authored-by: János Benjamin Antal <benjamin.antal@memgraph.io>
2022-10-11 16:31:46 +02:00
..
bolt Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
v2 Integrate bolt server (#572) 2022-10-11 16:31:46 +02:00
websocket Implement Bolt over WebSocket with asio 2022-04-27 10:13:16 +02:00
buffer.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
buffer.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
client.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
client.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
CMakeLists.txt Add websocket authentication (#322) 2022-02-17 10:35:48 +01:00
context.cpp Implement Bolt over WebSocket with asio 2022-04-27 10:13:16 +02:00
context.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
exceptions.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
helpers.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
helpers.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
init.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
init.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
listener.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
result_stream_faker.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
server.hpp Address review comments 2022-03-14 15:47:41 +01:00
session.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00