/Graph-Compression

Graph compression algorithms (VarintGB- Elias Gamma Code) in Apache spark (Comments ITA)

Primary LanguagePython

Graph-Compression

Graph compression algorithms (VarintGB- Elias Gamma Code) in Apache spark (Comments ITA)

INPUT: Graph edge-list

OUTPUT: Compressed posting list (with different kind of compression scheme and labeling techniques)

You can also make queries on the compressed file (eg: the neighborood of a vertex) You can decompress all the compressed file.