memgraph/src/query/plan
Matija Santl 4c27596fdd Implement kafka transform functionality
Summary:
First iteration in implementing kafka.
Currently, memgraph streams won't use the transform script provided in the
`CREATE STREAM` query.

There is a manual test that serves a POC purpose which we'll use to fully wire
kafka in memgraph.

Since streams need to download the script, I moved curl init from
telemetry.

Reviewers: teon.banek, mferencevic

Reviewed By: mferencevic

Subscribers: ipaljak, pullbot, buda

Differential Revision: https://phabricator.memgraph.io/D1491
2018-07-19 12:52:25 +02:00
..
cost_estimator.hpp Add test stream clause 2018-07-09 11:00:18 +02:00
distributed.cpp Add full support for Optional in distributed planning 2018-07-13 13:02:30 +02:00
distributed.hpp Rename AstTreeStorage to AstStorage 2018-06-14 13:39:03 +02:00
operator.cpp Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
operator.lcp Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
planner.hpp Rename AstTreeStorage to AstStorage 2018-06-14 13:39:03 +02:00
preprocess.cpp Rename AstTreeStorage to AstStorage 2018-06-14 13:39:03 +02:00
preprocess.hpp Add test stream clause 2018-07-09 11:00:18 +02:00
rule_based_planner.cpp Add test stream clause 2018-07-09 11:00:18 +02:00
rule_based_planner.hpp Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
variable_start_planner.cpp Implement UNION query combinator 2017-12-13 09:54:00 +01:00
variable_start_planner.hpp Implement UNION query combinator 2017-12-13 09:54:00 +01:00
vertex_count_cache.hpp Clean utils folder (namespaces, function names) 2018-04-22 09:44:32 +02:00