GithubHelp home page GithubHelp logo

aranadb's People

Contributors

fblecha avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sunny-g

aranadb's Issues

Create an undirected graph model

This model supports the concept of edges between nodes, but not directionality. Such that we can model the relationship as A -- B

Create CSV importer

Since everyone and their brother uses excel at some level to do analysis, I need to create a CSV importer. It should be of the form

Name, ConnectTo, ConnectToLabell, whateverA, whateverB, etc...

I do expect their to be a header row, indicating the data above. In the case that a header row doesn't exist, the ingest will fail and indicate that the header row was missing.

The order of the columns shouldn't matter.

Name will become the name of the node

ConnectTo is the vertex (or vertices in the case of a hypergraph) to connect to via this node. In the case of a hypergraph, we'll use a delimiter (";") to separate the different vertices that are connected.

ConnectToLabel is the name that will be applied to the edge. This is optional; if it doesn't exist the edge labels will retain their default values ("").

A Star Search

Create an implementation of A* for use in the graphs

Create a directed graph model

Create a graph model that supports a directed graph. This means if you want A <--> B, then you'd have both edges modeled: A-->B and B-->A. These edges can have their own properties so you can do something like

Lady Jessica ----- Son ----> Paul Atreides

and

Paul Atreides ---- Mother ----> Lady Jessica

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.