Pinned Repositories
akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
alluxio
Alluxio, formerly Tachyon, Unify Data at Memory Speed
antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
ApsaraCache
ApsaraCache is a Redis branch originated from Alibaba Group.
atomix
Scalable, fault-tolerant distributed systems protocols and primitives for the JVM
Awesome-Federated-Learning-on-Graph-and-GNN-papers
Federated learning on graph, especially on graph neural networks (GNNs), knowledge graph, and private GNN.
awesome-java
A curated list of awesome Java frameworks, libraries and software.
blog
cayley
An open-source graph database
chronos
Network service to provide globally strictly monotone increasing timestamp
zhipwang's Repositories
zhipwang/alluxio
Alluxio, formerly Tachyon, Unify Data at Memory Speed
zhipwang/atomix
Scalable, fault-tolerant distributed systems protocols and primitives for the JVM
zhipwang/awesome-java
A curated list of awesome Java frameworks, libraries and software.
zhipwang/cayley
An open-source graph database
zhipwang/chronos
Network service to provide globally strictly monotone increasing timestamp
zhipwang/copycat
A novel implementation of the Raft consensus algorithm
zhipwang/db-readings
Readings in Databases
zhipwang/disruptor
High Performance Inter-Thread Messaging Library
zhipwang/docker-maven-plugin
A maven plugin for Docker
zhipwang/etcd
Distributed reliable key-value store for the most critical data of a distributed system
zhipwang/gondola
High-performance Raft-based Java Web Container
zhipwang/gremlin
A Graph Traversal Language
zhipwang/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
zhipwang/hadoop-docker
Hadoop docker image
zhipwang/junit4
A programmer-oriented testing framework for Java.
zhipwang/kudu
Mirror of Apache Kudu
zhipwang/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
zhipwang/logcabin
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
zhipwang/mockito
Most popular Mocking framework for unit tests written in Java
zhipwang/nessDB
A very fast transactional key-value, embedded database storage engine.
zhipwang/pd
Placement driver for TiKV
zhipwang/perf-map-agent
A java agent to generate method mappings to use with the linux `perf` tool
zhipwang/PowerGraph
PowerGraph: A framework for large-scale machine learning and graph computation.
zhipwang/raft
UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
zhipwang/raft-java
another Raft implementation for Java
zhipwang/spark
Mirror of Apache Spark
zhipwang/themis
Themis provides cross-row/cross-table transaction on HBase based on google's percolator.
zhipwang/tikv
Distributed transactional key value database powered by Rust and Raft
zhipwang/titan
Distributed Graph Database
zhipwang/zookeeper
Mirror of Apache Hadoop ZooKeeper