Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 995 Bytes

File metadata and controls

21 lines (16 loc) · 995 Bytes

Granada: Graph Analytics using Datalog

Licensing

This code is released under the Apache License 2.0.

This code uses a modified version of "SSL NIO Framework" by WIT-Software, Lda., licensed under CC-BY-NC-SA 2.0. http://creativecommons.org/licenses/by-nc-sa/2.0/

Release Information

The code is released in its current research-quality form. We plan on future improvements if time allows. We are open to contributions from the community. Please generate a pull request if you would like to introduce a change.

Requirements

Java >= 1.7 Giraph >= 1.1

Getting Started

Granada is a declarative graph processing engine based on Apache Giraph. The graph query language is based on Datalog and supports different modes of evaluation strategies such as synchronous and asynchronous evaluation. It employes novel query rewriting and evaluation techniques to enable efficient query processing.