1
0
Fork 0
arangodb/arangod/Pregel
Simon Grätzer 66137e4789 Working multiple collections 2016-11-08 13:45:44 +01:00
..
Algos Working multiple collections 2016-11-08 13:45:44 +01:00
Combiners Aggregators continued 2016-11-08 11:34:40 +01:00
Aggregator.cpp Aggregators continued 2016-11-08 11:34:40 +01:00
Aggregator.h Working multiple collections 2016-11-08 13:45:44 +01:00
Algorithm.cpp Working template version 2016-10-28 20:01:06 +02:00
Algorithm.h Working multiple collections 2016-11-08 13:45:44 +01:00
Conductor.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
Conductor.h Working multiple collections 2016-11-08 13:45:44 +01:00
GraphFormat.cpp compiling version 2016-10-27 13:23:52 +02:00
GraphFormat.h Working multiple collections 2016-11-08 13:45:44 +01:00
GraphStore.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
GraphStore.h Working multiple collections 2016-11-08 13:45:44 +01:00
IncomingCache.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
IncomingCache.h Using ThreadPool 2016-11-04 11:47:40 +01:00
MessageCombiner.h Aggregator support started 2016-11-06 23:20:59 +01:00
MessageFormat.cpp compiling version 2016-10-27 13:23:52 +02:00
MessageFormat.h Working multiple collections 2016-11-08 13:45:44 +01:00
OutgoingCache.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
OutgoingCache.h Working multiple collections 2016-11-08 13:45:44 +01:00
PregelFeature.cpp Aggregators continued 2016-11-08 11:34:40 +01:00
PregelFeature.h compiling version 2016-10-27 13:23:52 +02:00
README.md working distributed computations 2016-10-14 19:02:37 +02:00
ResultWriter.cpp multiple collections 2016-11-03 00:10:36 +01:00
ResultWriter.h multiple collections 2016-11-03 00:10:36 +01:00
Utils.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
Utils.h Working multiple collections 2016-11-08 13:45:44 +01:00
VertexComputation.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
VertexComputation.h Working multiple collections 2016-11-08 13:45:44 +01:00
Worker.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
Worker.h Working multiple collections 2016-11-08 13:45:44 +01:00
WorkerState.cpp Working multiple collections 2016-11-08 13:45:44 +01:00
WorkerState.h Working multiple collections 2016-11-08 13:45:44 +01:00

README.md

ArangoDB-Logo

Pregel Subsystem

Protocol

Message format between DBServers:

{sender:"someid", executionNumber:1337, globalSuperstep:123, messages: [vertexID1, data1, vertexID2, data2] }

data1 may be any type of slice, whether array, object or primitive datatype

Future: vertexID may be an array of vertices