memgraph/src
Matej Ferencevic ce306a4c21 Implement Kafka Python transform
Summary:
The Kafka Python transform functionality uses a Python script to transform
incoming Kafka data into queries and parameters that are executed against the
database. When starting the Python transform script it is started in a
sandboxed environment so that it can't do harm to the host system or the
database.

Reviewers: msantl, teon.banek

Reviewed By: msantl

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1509
2018-08-06 13:53:26 +02:00
..
auth Initial implementation of authentication 2018-07-27 13:08:17 +02:00
communication Fix handling of Bolt init auth metadata 2018-07-30 16:51:41 +02:00
data_structures Refactor / remove unused lockfree list 2018-07-16 11:43:09 +01:00
database Add default saving of known enums in LCP 2018-08-03 14:17:32 +02:00
distributed Add default saving of known enums in LCP 2018-08-03 14:17:32 +02:00
durability Add version in WAL 2018-08-06 10:50:40 +02:00
glue Rename bolt::DecodedValue to bolt::Value 2018-07-24 15:59:20 +02:00
integrations Implement Kafka Python transform 2018-08-06 13:53:26 +02:00
io Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
lisp Add default saving of known enums in LCP 2018-08-03 14:17:32 +02:00
mvcc Add support for the id function 2018-07-04 22:14:13 +02:00
query Implement Kafka Python transform 2018-08-06 13:53:26 +02:00
requests Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
stats Improve default serialization of vector and optional in LCP 2018-07-18 14:01:04 +02:00
storage Add pure interface class to RecordAccessor 2018-07-31 08:48:28 +02:00
telemetry Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
transactions Write committed/aborted op to wal 2018-07-05 12:43:18 +02:00
utils Implement Kafka Python transform 2018-08-06 13:53:26 +02:00
CMakeLists.txt Remove boost from the codebase 2018-07-30 15:34:12 +02:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Implement Kafka Python transform 2018-08-06 13:53:26 +02:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00