However, the post is mainly about Graph Partitioning. 🙂
Category Archives: Graph Database
Cassandra Problems and VertexProgram Usage
VertexProgram in Tinkerpop 3
Titan: more about examples and confs
I was quite busy with visas these days. So the update is very late.
Titan + Cassandra on Mac 10.9
Play with cqlsh of Cassandra:
TinkerpopGraph 02: Gremlin TinkerGraph: Set Properties Examples
Days ago, when I tried to set a property to a vertex by using:
Tinkerpop3 GraphComputer: VertexPrograms
GraphComputer TP3 provides OLTP and OLAP means of interacting with a graph. OLTP-based graph system provides query in real-time, with a limited set of data and respond on the order of milliseconds or seconds. (Only a part). The graph is walked by moving from vertex to another, via incident edges.
Parallel Graph Coloring Algorithms and an Implementation of Jones-Plassmann
Graph Coloring Algorithms
TinkerpopGraph 01: Easy API usage, examples
Parallel Gibbs Sampling and Neural Networks
Parallel in Variables (Vertexes): General huge, undirected graph: each vertex is a variable (parallel sampling on a high dimension).
Gibbs Sampling: an easy Java Version on TinkerPop3
Introduction