Skip to content
Baoxu "Dash" Shi edited this page Jan 9, 2016 · 2 revisions

KGMiner Version 2

Install and compile

git clone [email protected]:nddsg/KGMiner.git
cd KGMiner
cmake .
cmake --build .

Run

To start the server

cd ./bin
./kgserver -e ../example_graph/edges.txt -n ../example_graph/nodes.txt -t ../example_graph/edgetype.txt -w 1 --log info --format pretty

open another window and use socat to communicate with kgserver

echo  "{\"cmd\":\"node_cluster\", \"node\" : [1,5], \"vMask\" : 5, \"length\" : 2}" | socat - UNIX-CONNECT:/tmp/kgminer
Clone this wiki locally