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.
DevelopingAWebApplication
DevelopingAWebApplication explains how to develop a Web application, namely, how to do the following:
- Develop and compile a model.
- Use the sample MeshWorld app. to render the model and create test data.
- Probe external data sources.
- Render the objects so they can be displayed in a browser.
Last modified 2 years ago
Last modified on 06/01/11 21:29:25
![[Logo]](/trac/chrome/site/projectlogo.png)