GithubHelp home page GithubHelp logo

hewlettpackard / lsgi Goto Github PK

View Code? Open in Web Editor NEW
13.0 8.0 1.0 16.64 MB

Large-Scale Graph Inference

Makefile 0.95% Shell 12.23% Roff 0.02% C++ 33.82% C 0.55% HTML 35.25% JavaScript 5.62% CSS 3.87% Java 7.69%
memory-driven-computing iterative-graph-processing graphical-interface

lsgi's Introduction

LSGi

Large Scale Graph inference

Overview

Graphical Inference is a remarkable algorithm for graph analytics that abstracts knowledge combining probabilities and graph representations. It captures useful insights for solving problems like malware detection, genomics analysis, IoT analytics, or online advertisement. Usually, type of applications demands fast response which becomes a challenge when the graphs are large. For example, in the security domain, a fast-time response is required for malware detection (3-4 minutes), but state-of-art solutions may take hours. Therefore, we need to exploit parallelism to speed-up the runtime, but the main challenge is the system scalability. As the size of graphs increase, the number of cores on a single commodity server (8-32 cores) is not enough to achieve runtime targets consequently more nodes are required, but the amount of communication involved also increases.

We construct an iterative graph processing engine exploiting The Machine’s Fabric-attached-memory as a communication medium, and demonstrate the benefits of a memory driven computing architecture achiving near-linear scalability and two order of magnitud faster than state of the art graph processing system on a SuperdomeX. Our memory-centric approach makes efficient use of the FAM bandwidth and reduces synchronization overhead among computing nodes while exploiting massive parallelism via the large number of cores on The Machine.

LSGi System

The system includes a) the engine as a service to run on multiple machine environments, b) the query service to retrieve inference results in real time and c) the web console manager to monitor workload performance.

The Core Engine

LSGi engine takes a graph and associated metadata as input and performs the following computation. Each vertex is associated with a state variable. The state variable is updated iteratively based on the states of the neighboring vertices as well as the metadata associated with the graph until convergence is achieved.

Main Contributors

Fei Chen, Maria Teresa(Tere) Gonzalez Diaz, Krishna Viswanathan, Hernan Laffite, Quiong Cai, Janneth Rivera

Acknowledgements

We thank our colleagues Nandish Jayaram, Brad Morrey, Terence Kelly, Hideaki Kumura, Jun Li and Rob Schneider for their support understanding memory mappings, libpmem library interfaces, and CPU optimization techniques. Thanks to Qiong Cai who developed the model to estimate performance on The Machine based on performance on SuperdomeX statistics. Thanks to Greg Pearson and Alex Jizrawi for testing and evaluating LSGi on The Machine Fabric Test bed(MFT) and The Machine Simulator(TMAS). Thanks to April Mitchell, Sharad Singhal and Ram Swaminathan for their management support.

How To..

We have included extensive documentation and demo examples to evaluate LSGi System on dummy datasets. Please refer to document folder to see further details.

References

"Billion node graph inference: iterative processing on The Machine",HPE Techical Report, 2016, URL:https://www.labs.hpe.com/publications/HPE-2016-101"

More Info

  • LSGi System Architeture: see
  • Demo Video

License

“© Copyright 2017 Hewlett Packard Enterprise Development LP

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.”

lsgi's People

Contributors

dependabot[bot] avatar materegondi1 avatar materehplabs avatar ssinghal53 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

flyingwing

lsgi's Issues

How to get 1B vertices dataset

I've been trying to reproduce the results of "Billion node graph inference: iterative processing on The Machine" paper.
Everything was good until I tried to test with large datasets.
Would anybody tell me how to get 20M, 200M, and 1B vertices datasets?

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.