link.graph
latest
  • Command Line Interface
  • Graph Querying Language
  • API documentation
    • link.graph.core package
      • Submodules
      • link.graph.algorithms.base module
      • link.graph.algorithms.follow module
      • link.graph.algorithms.backward module
      • link.graph.algorithms.forward module
      • link.graph.algorithms.filter module
      • link.graph.algorithms.update module
      • link.graph.algorithms.link module
      • Module contents
    • link.graph.dsl package
    • link.graph.cli package
link.graph
  • Docs »
  • API documentation »
  • link.graph.core package
  • Edit on GitHub

link.graph.core package¶

Submodules¶

link.graph.algorithms.base module¶

link.graph.algorithms.follow module¶

link.graph.algorithms.backward module¶

link.graph.algorithms.forward module¶

link.graph.algorithms.filter module¶

link.graph.algorithms.update module¶

link.graph.algorithms.link module¶

Module contents¶

class link.graph.core.GraphManager(*args, **kwargs)¶

Bases: object

Process request and manage access to graph storage.

mapreduce(identifier, mapper, reducer, dataset)¶
class link.graph.core.GraphMiddleware(*args, **kwargs)¶

Bases: link.middleware.core.Middleware

link.graph.core.getparser(cls)¶
Next Previous

© Copyright 2016, David Delassus. Revision 4a1eb7d0.

Built with Sphinx using a theme provided by Read the Docs.