Part II Graph Server (PGX) Advanced User Guide
Part II provides in-depth information on using the graph server (PGX) for advanced users.
Part II contains the following chapters:
- Configuring the Graph Server (PGX) and the Graph Client
 This chapter explains the configuration options for the graph server (PGX) and the graph client.
- Graphs Management
 You can load, publish, store and delete graphs
- Namespaces and Sharing
 The graph server (PGX) supports separate namespaces that help you to organize your entities.
- PGX Programming Guides
 You can avail all the PGX functionalities through asynchronous Java APIs. Each asynchronous method has a synchronous equivalent, which blocks the caller thread until the server produces a response.
- Working with Files Using the Graph Server (PGX)
 This chapter describes in detail about working with different file formats to perform various actions like loading, storing or exporting a graph using the Graph Server (PGX).
- Log Management in the Graph Server (PGX)
 The graph server (PGX) internally uses the SLF4J interface with Logback as the default logger implementation.