2022-02-09 |
coderzc | expand some operator function (#179) |
tree | commitdiff |
2022-01-24 |
coderzc | update hugegraph-client & hugegraph-rpc & hugegraph... |
tree | commitdiff |
2022-01-18 |
coderzc | update java version to 11 (#170) |
tree | commitdiff |
2022-01-17 |
coderzc | feature: support input from hdfs and support hdfs kerbe... |
tree | commitdiff |
2022-01-14 |
coderzc | refactor: add common hugegraph-output and writeType... |
tree | commitdiff |
2021-12-24 |
ShouJing | refactor combiner: add v3 as result param (#169) |
tree | commitdiff |
2021-12-20 |
Linary | Implement betweenness centrality algorithm (#164) v0.1.2 |
tree | commitdiff |
2021-12-14 |
coderzc | add configmap and secret mount to container (#158) |
tree | commitdiff |
2021-12-13 |
Linary | Implement closeness centrality algorithm (#104) |
tree | commitdiff |
2021-12-13 |
Jermy Li | fix race condition of MessageRecvBuffers (#162) |
tree | commitdiff |
2021-12-07 |
Jermy Li | fix some warnings: k8s-test client not closed (#152) |
tree | commitdiff |
2021-11-24 |
Jermy Li | remove template param from Value class (#146) |
tree | commitdiff |
2021-11-23 |
coderzc | async watch the k8s job (#148) v0.1.1 |
tree | commitdiff |
2021-11-18 |
Jermy Li | add default value() method for HugeGraphOutput (#144) |
tree | commitdiff |
2021-11-17 |
ShouJing | fix rings detection unit test bug (#147) |
tree | commitdiff |
2021-11-16 |
Jermy Li | implement kcore algorithm (#143) |
tree | commitdiff |
2021-11-04 |
coderzc | improve ci config (#136) |
tree | commitdiff |
2021-11-04 |
ShouJing | add subKvEntry size to KvEntryWithFirstSubKv (#139) |
tree | commitdiff |
2021-11-03 |
Jermy Li | fix: output string value of log-output (#133) |
tree | commitdiff |
2021-11-03 |
Jermy Li | unify input/output dir name to lowercase letters (... |
tree | commitdiff |
2021-10-25 |
Jermy Li | fix messege-count calculation error (#127) |
tree | commitdiff |
2021-10-25 |
Jermy Li | implement LPA algorithm (#110) |
tree | commitdiff |
2021-10-25 |
coderzc | improve value interface (#126) |
tree | commitdiff |
2021-10-18 |
coderzc | add hdfs output (#114) |
tree | commitdiff |
2021-10-12 |
ShouJing | update `input.edge_freq` default value to MULTIPLE... |
tree | commitdiff |
2021-10-09 |
Jermy Li | fix some warnings (#111) |
tree | commitdiff |
2021-09-28 |
coderzc | split SortManager to SendSortManager and RecvSortManage... |
tree | commitdiff |
2021-09-26 |
ShouJing | implement rings-detection algorithm (#95) |
tree | commitdiff |
2021-09-24 |
coderzc | Implement triangle_count algorithms and improve some... |
tree | commitdiff |
2021-09-13 |
coderzc | use session timeout option for sendControlMessageToWork... |
tree | commitdiff |
2021-09-13 |
coderzc | improve k8s resource allocation (#100) |
tree | commitdiff |
2021-09-12 |
ShouJing | add clear graph data method in unit test (#99) |
tree | commitdiff |
2021-08-30 |
Jermy Li | standardized algorithm package and name (#96) |
tree | commitdiff |
2021-08-27 |
coderzc | improve wcc test and add property(key) (#94) |
tree | commitdiff |
2021-08-27 |
Linary | Fix the count of input edge less than actual (#93) |
tree | commitdiff |
2021-08-17 |
Jermy Li | fix FileGraphPartition and some warnings (#90) |
tree | commitdiff |
2021-08-16 |
ShouJing | sort different type of message use different combiner... |
tree | commitdiff |
2021-08-16 |
coderzc | fix some k8s bug and improve some code (#83) |
tree | commitdiff |
2021-08-11 |
zyxxoo | feat: add degree centrality (#77) |
tree | commitdiff |
2021-08-11 |
Linary | Use BytesId unify the Id classes (#78) |
tree | commitdiff |
2021-08-11 |
houzhizhen | add wcc algorithm (#81) |
tree | commitdiff |
2021-08-06 |
zyxxoo | feat: add startup and make docker image code (#71) |
tree | commitdiff |
2021-08-05 |
houzhizhen | add page-rank algorithm (#70) |
tree | commitdiff |
2021-08-03 |
coderzc | improve k8s operator test (#76) |
tree | commitdiff |
2021-08-03 |
coderzc | add computer-k8s and computer-k8s-operator (#56) |
tree | commitdiff |
2021-07-30 |
Linary | Fix bug: Number id like int convert LongId failed ... |
tree | commitdiff |
2021-07-20 |
Linary | Fix bug: judge whether a notice is needed is wrong... |
tree | commitdiff |
2021-07-07 |
houzhizhen | add ComputeManager (#66) |
tree | commitdiff |
2021-07-05 |
ShouJing | add seqfile (#65) |
tree | commitdiff |
2021-07-05 |
coderzc | fix copyToByteArray(): remove duplicate() (#67) |
tree | commitdiff |
2021-07-05 |
Linary | Add test for MultiQueue take in wait status (#68) |
tree | commitdiff |
2021-06-22 |
houzhizhen | Let Sender and Receiver process compute message with... |
tree | commitdiff |
2021-06-21 |
Linary | Fix send thread may blocked all the time (#61) |
tree | commitdiff |
2021-06-18 |
Linary | Implement StreamGraphInput and EntryInput (#60) |
tree | commitdiff |
2021-06-18 |
houzhizhen | Implement data receiver of worker (#51) |
tree | commitdiff |
2021-06-15 |
Linary | Link managers in worker sending end (#52) |
tree | commitdiff |
2021-06-10 |
coderzc | Add sessionActive for client (#59) |
tree | commitdiff |
2021-06-04 |
ShouJing | Fix EntriesUtil#entryFromInput and some improve (#58) |
tree | commitdiff |
2021-06-03 |
houzhizhen | add PointerCombiner (#57) |
tree | commitdiff |
2021-05-31 |
ShouJing | Add store/sort module (#37) |
tree | commitdiff |
2021-05-31 |
coderzc | add startAsync and finishAsync on client side, add... |
tree | commitdiff |
2021-05-28 |
houzhizhen | rename DataFileManager to FileManager (#54) |
tree | commitdiff |
2021-05-21 |
Jermy Li | implement aggregator module (#46) |
tree | commitdiff |
2021-05-19 |
Jermy Li | add copy() and assign() methods to Value class (#49) |
tree | commitdiff |
2021-05-13 |
houzhizhen | Standardize bsp synchronization between master and... |
tree | commitdiff |
2021-05-13 |
Jermy Li | log job-id in BSP client (#50) |
tree | commitdiff |
2021-05-12 |
Linary | Refactor Writable and Readable class (#42) |
tree | commitdiff |
2021-05-11 |
coderzc | fix some warning, improve start() and finish() (#44) |
tree | commitdiff |
2021-05-10 |
Jermy Li | standard log format of bsp module and improve some... |
tree | commitdiff |
2021-05-08 |
houzhizhen | add DataDirManager (#43) |
tree | commitdiff |
2021-05-08 |
houzhizhen | add createId methods in GraphFactory (#45) |
tree | commitdiff |
2021-05-06 |
coderzc | add flowControl, heartbeat (#40) |
tree | commitdiff |
2021-04-29 |
houzhizhen | create api module (#41) |
tree | commitdiff |
2021-04-16 |
Coderzc | add transport server, client, encode, decode (#25) |
tree | commitdiff |
2021-04-15 |
ShouJing | Improve class for Input/Output and fix writeInt(positio... |
tree | commitdiff |
2021-04-14 |
Jermy Li | add rpc support (#36) |
tree | commitdiff |
2021-04-13 |
Linary | Add close method for Input Fetcher (#35) |
tree | commitdiff |
2021-04-13 |
Jermy Li | fix some warnings for computer-test (#34) |
tree | commitdiff |
2021-04-09 |
houzhizhen | add WorkerService and MasterService (#27) |
tree | commitdiff |
2021-04-07 |
ShouJing | create Heap/LoserTree (#26) |
tree | commitdiff |
2021-04-07 |
houzhizhen | add Partitioner and HashPartitioner (#29) |
tree | commitdiff |
2021-04-02 |
houzhizhen | add copy, getLast, contains in ListValue (#30) |
tree | commitdiff |
2021-03-30 |
houzhizhen | add createObject(class_option) to config (#28) |
tree | commitdiff |
2021-03-22 |
houzhizhen | Config add getBoolean, getInt, getLong, getDouble... |
tree | commitdiff |
2021-03-17 |
houzhizhen | add available in RandomAccessInput (#22) |
tree | commitdiff |
2021-03-15 |
Linary | Implement vertex/edge fetcher to load data from hugegra... |
tree | commitdiff |
2021-03-11 |
houzhizhen | add BufferedFileDataOutput and BufferedFileDataInput... |
tree | commitdiff |
2021-03-10 |
houzhizhen | add DefaultPropertiesCombiner and DefaultVertexValueCom... |
tree | commitdiff |
2021-02-08 |
houzhizhen | reconstruct StreamGraph{Input/Output} to associate... |
tree | commitdiff |
2021-02-05 |
houzhizhen | add Combiner (#12) |
tree | commitdiff |
2021-02-04 |
houzhizhen | add UnsafeByteArrayGraphInput and UnsafeByteArrayGraphO... |
tree | commitdiff |
2021-02-04 |
houzhizhen | add Bsp4Worker, Bsp4Master and Etcd based implementatio... |
tree | commitdiff |
2021-02-04 |
Linary | Add Vertex, Edge, Properties and JsonStructGraphOutput... |
tree | commitdiff |
2021-01-25 |
houzhizhen | add etcd dependency (#8) |
tree | commitdiff |
2021-01-19 |
Linary | Improve class for Id, Value, GraphOutput and GraphInput... |
tree | commitdiff |
2020-12-31 |
houzhizhen | add Id as base type of vertex id (#4) |
tree | commitdiff |
2020-12-29 |
Linary | Define some base exception class (#5) |
tree | commitdiff |
|