memgraph/tools
Teon Banek acb102de65 Replace Python csv_to_snapshot with C++
Summary:
Setup scaffolding for building Memgraph tools.

Change `utils::Split` without delimiter to split on whitespace.
This should make `Split` behave just like Python's `str.split`, which is
more practical for splitting on word boundaries.

Add `utils::StartsWith` function.

Rewrite csv_to_snapshot to C++.

Reviewers: mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D822
2017-09-22 13:59:42 +02:00
..
apollo LDBC: Integrate with Apollo 2017-09-21 22:29:42 +02:00
gdb-plugins Improve pointer handling in operator_tree gdb plugin 2017-08-22 10:13:49 +02:00
src Replace Python csv_to_snapshot with C++ 2017-09-22 13:59:42 +02:00
.gitignore Replace Python csv_to_snapshot with C++ 2017-09-22 13:59:42 +02:00
CMakeLists.txt Replace Python csv_to_snapshot with C++ 2017-09-22 13:59:42 +02:00
neo_to_memgraph.py Upgraded neo2memgraph script 2017-07-14 17:13:08 +02:00
plot_gbench_json GBench plot tool improvement 2017-09-07 11:24:03 +02:00
plot_ldbc_latency LDBC: Integrate with Apollo 2017-09-21 22:29:42 +02:00
plot_througput Refactor long running benchmark 2017-09-20 10:36:51 +02:00
requirements.txt Refactor long running benchmark 2017-09-20 10:36:51 +02:00
setup Replace Python csv_to_snapshot with C++ 2017-09-22 13:59:42 +02:00