Giter VIP home page Giter VIP logo

arkouda-njit's Introduction

Arachne: An Arkouda Package for Large-Scale Graph Analytics

Purpose

This is an external repo to build Graph related functionality for Arkouda (see https://github.com/Bears-R-Us/Arkouda)

Generate Server Code

To generate the server code run the server-config.py file. It will generate commands which you can pipe to a shell for execution which will build the Arkouda server including the Graph server functions.

# Print usage instructions
python server-config.py --help

# Sample invocation
python server-config.py --arkouda=$ArkoudaHomeDirectory

# Sample execution
python server-config.py --arkouda=$ArkoudaHomeDirectory | bash

Client code

Now we have two directories

arkouda_graph/
All graph algorithm related functions

suffix_array/
All suffix array related python functions

Server code

Now we have the following chapel modules.

BFSMsg--for breadth first search
TrussMsg--for truss analysis
SuffixArrayMsg--for suffix array
GraphMsg-- for the basic graph operation
TriCntMsg--for triangle counting
TriCtrMsg-- for triangle centrality
JaccardMsg-- for Jaccard coefficients
CCMsg-- for Connected Components

Test code

client: Python test code
   benchmarks: different benchmark code
server:
   UnitTestCh: chaple unit testing code of the extended functions

Call extended functions

(1) Under the master arkouda directory, copy the arkouda-njit directory to here and rename it as arkouda_njit or 
create a arkouda_njit link to the arkouda-njit directory
(2) import arkouda_njit as njit
(3) call all the extended function  as njit.function

arkouda-njit's People

Contributors

zhihuidu avatar alvaradoo avatar glitch avatar jtpatchett avatar ak47mrj avatar runeblaze avatar

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.