This website requires JavaScript.
Explore
Help
Register
Sign In
tursom
/
memgraph
Watch
1
Star
0
Fork
0
You've already forked memgraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
06b0111ddc
memgraph
/
tools
/
.gitignore
3 lines
23 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Dockerfile for csv_to_snapshot packaging. Summary: C++ implementation of CSV to Memgraph's snapshot file is much more efficient then the Python implementation. It includes a huge part of the Memgraph's source code and the code has to be compiled (which is not easy). Because of that it has to be packaged. Reviewers: teon.banek, mferencevic Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D854
2017-10-08 21:18:27 +08:00
build/
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 19:46:06 +08:00
csv_to_snapshot
Reference in New Issue
Copy Permalink