Coder Social home page Coder Social logo

hypergraph's Introduction

hypergraph

Yet another Merkle DAG

npm install hypergraph

build status

API

var graph = hypergraph(levelup)

creates a new graph from a levelup

Range Options

Various methods use these options for specifying ranges in the graph:

since - array of nodes to begin the range until - array of nodes to end the range

graph.count(opts, cb)

Get the total number of nodes between a range. Calls cb with the node count for the range you specify

opts should be Range Options.

graph.match(hashes, cb)

Given an array of hashes, calls cb with the hashes that exist in the local graph

graph.heads(cb)

Calls cb with an array of the current heads of the graph

graph.createReadStream(opts)

Returns a readable stream that will emit graph nodes. opts should be Range Options

graph.createWriteStream()

Returns a writable stream that stores data in the graph

graph.get(key, cb)

Gets the value for a key in the graph, calls cb with the value

graph.append(value, cb)

Appends value to the current head, calls cb when done. Uses .add internally.

graph.add(links, value, cb)

Inserts value into the graph as a child of links, calls cb when done.

graph.close(cb)

Calls close on the underlying graph.db

License

MIT

hypergraph's People

Contributors

mafintosh avatar maxogden avatar okdistribute avatar

Watchers

 avatar  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.