... The Internet Graph Database

Examples

FirstStep

FirstStep is a very simple example bookmarking/tagging application to get acquainted with the InfoGrid GraphDatabase. It illustrates:

  • how to create a graph of objects
  • how to traverse the graph in order to retrieve information.

FirstStepWithMySQL

FirstStepWithMySQL shows how to persist the same MeshObjectGraph using MySQL as a key-value store. It consists of two apps:

  • the first app initializes the store, and creates a graph of objects
  • the second app retrieves the graph from the store, and traverses the graph to retrieve information.