Skip to content

bdombrow/CS-510_Cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java implementations of the graph algorithms.

The file node-edge-data.txt contains the node and egde data suitable for importing into Cassandra.

>cassandra-cli -h <host> -f node-edge-data.txt

This will create 3 column families:
Nodes - The node metadata
Edges - Directed, unweighted edges
WEdges - Undirected, weighted edges. There are only edges for one direction.

Compiling:
Add the cassandra jar files via brent -> Properties -> Java Build Path -> Libraries -> Add JARs...

*** DON'T use Add External JARs because that will use absolute local paths specific to your machine!

cqlsh.jar is a runnable cql client. Pass the host as an argument. It's really primitive.
>java -jar cqlsh.jar localhost

About

Graph algorithms implemented for Cassandra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages