ZipG
A research prototype graph store that executes queries directly on a compressed graph representation for memory efficiency. Lacks traditional database features such as transactions and replication.
- Overall rank
- #80
- First released
- 2017
- License
- Not listed
- Built with
- C++
Sources 5 references
Protocols Thrift
Aggregator exposes a GraphQueryAggregatorService via Apache Thrift; the reference Python client connects over TSocket/TBinaryProtocol to port 11001 by default; research prototype, undocumented beyond source.
-
Entry point to prepare a cluster. Performs the following in parallel:
rpc/thrift/succinct_graph.thrift · reviewed 2026-08-02 -
from thrift import Thrift from thrift.transport import TSocket from thrift.transport import TTransport from thrift.protocol import TBinaryProtocol
client/py/preamble.py · reviewed 2026-08-02
Released 2017
Matches current value; first public documentation is the SIGMOD 2017 paper. The GitHub mirror's creation date (2020) postdates this and is not reliable evidence of first availability, and an earlier VLDB 2015 submission (per the repo's default branch name) was reviewer-only, not public.
-
SIGMOD ’17, May 14–19, 2017, Chicago, IL, USA.
ZipG: A Memory-efficient Graph Store for Interactive Queries · reviewed 2026-08-02
Language C++
Corrects current value of Java: the core graph store (SuccinctGraph, GraphSuffixStore, etc.) is implemented in C++; Java/Scala are only the client library and LinkBench benchmark harness.
-
We have implemented ZipG on top of Succinct using roughly 4000 lines of C++ code, as well as a package running atop Apache Spark in Scala.
ZipG: A Memory-efficient Graph Store for Interactive Queries · reviewed 2026-08-02
github_url https://github.com/amplab/zipg
pdclab/zipg returns 404, as does anuragkh/zipg (the account its own README instructs users to clone from). amplab/zipg, under the original AMPLab organization that produced the research, is live and returns 200.
-
ZipG is a distributed graph store that serves queries on compressed graphs.
GitHub - amplab/zipg: A Memory-efficient Graph Store for Interactive Queries · reviewed 2026-08-02