-
Notifications
You must be signed in to change notification settings - Fork 1
HyperGraphDB_TableOfContents
bolerio edited this page Jul 10, 2015
·
1 revision
-
Part I - The Core (Fundamentals)
- Introducing HyperGraphDB
- Basic Graph Terminology and Examples
- Installation and Deployment
-
Testing the Installation
- Hello, HyperGraphDB
- Creating a Database
- Adding, Removing and Updating Graph Nodes
- Creating a Graph: Adding Links
- Summary
- HyperGraphDB Architecture
- From Graph Theory to HyperGraphDB
- Mapping Graph Theory Terms to HyperGraphDB
- Components and Packages
- Class Diagrams
- Nodes, Atoms, and Links
- The Type System
- The Storage Layer
- Indexing
- From Graph Theory to HyperGraphDB
- Queries
- Transactions
- Graph Traversal Algorithms
- Introducing HyperGraphDB
-
Part II - Advanced Features
- The Type System in Detail
- Developing a Custom Type
- Developing Custom Link Types
- Distributed HyperGraphDB
- Accessing a HyperGraphDB Datastore from Other Languages
- Using Prolog with HyperGraphDB
- The Type System in Detail
- Part III - Javadoc API Reference
-
Part IV - Developing an End-to-End Application
- The Application
- Design Considerations for HyperGraphDB
- Beginning Development
- Implementing the Design
- Testing
- Deployment
- The Application