In Giraph, you do batch offline processing of existing graph data, in the style of frameworks like Hadoop. There are benchmarks and special IO formats that will generate their own data for use in Giraph runs, but Giraph is about processing not generating graphs. You can run things like the Page Rank Benchmark (described on the website) to get an idea how this limited graph generation interacts with the benchmark code, or take a look at the examples/ and io/ directories for some ideas of how to write client code of your own.
More docs on the website will be forthcoming, sorry about the delay. On Sun, Sep 30, 2012 at 2:17 AM, Srinivasan Rajivelu < [email protected]> wrote: > Hi All, > I am a newbie to Giraph. I would like to create a graph using > Giraph. How can I get started. Any code snipplets like Hello World for > Giraph to create a graph and add some vertex and edge to it will be > helpful. > > I cannot get any reference in web. Please provide me a startup code > snipplet in java to create a graph in Giraph. > > -- > Cheers, > Srini >
