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
878b5c9f2b
memgraph
/
tools
/
.gitignore
3 lines
21 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/
Make csv_to_snapshot more user friendly Summary: Time csv_to_snapshot conversion and log it. Check if writing csv_to_snapshot failed. Extract LoadConfig from memgraph_bolt to config.hpp. Read memgraph config in csv_to_snapshot for snapshot_directory. Rename csv_to_snapshot to mg_import_csv. Add tests for tools. Run tools tests in apollo. Reviewers: mislav.bradac, florijan, mferencevic, buda Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D931
2017-10-25 21:28:10 +08:00
mg_import_csv
Reference in New Issue
Copy Permalink