CodeOctober 29, 2015

Chaos Source Code Now Available!

Chaos Source Code Now Available!

Chaos is now open-source under the Apache 2.0 license!

What is Chaos?

Chaos is a graph processing system for analytics on big graphs using small clusters. It builds upon X-Stream, extending that single-machine system to work across multiple networked computers.

Technical Approach

The system treats combined storage across all machines as one unified disk and employs work-stealing techniques to distribute computational load evenly throughout the cluster.

Get the Code

Visit the GitHub repository to access the source code and documentation.

Comments