Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Serializes graph from pfff to JSON (GraphSON) format #129

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2015

  1. Added libraries and dependencies required for piqi library.

    Krishna Vaidyanathan committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    ebcbc4b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. Added support for writing graph_code to GraphSON format using an

    interface graph_code_gsoninterface.ml. Instead of using the add_edge and
    add_node functions from graph_code.ml, same functions can be used. Both
    GraphSON file and graph_code.marshall is created.
    Krishna Vaidyanathan committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    fc0165c View commit details
    Browse the repository at this point in the history
  2. Made sure edges written to GraphSON are valid edges (nodes defined in

    edgeinfo exist).
    Krishna Vaidyanathan committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    2e46b45 View commit details
    Browse the repository at this point in the history
  3. Reversed the outgoing and incoming edges in GraphSON to mirror what

    seems the standard.
    Krishna Vaidyanathan committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    b04df84 View commit details
    Browse the repository at this point in the history
  4. Added further functions to Graph_code_gsoninterface, from Graph_code to

    make it easier to use the gsoninterface.
    Krishna Vaidyanathan committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    3fd71d9 View commit details
    Browse the repository at this point in the history