Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 595 Bytes

KHGraphDB

A Graph Database

By kinghand crew

Introduction

KHGraphDB is an object-orientated graph data storage

KHGraphDB was entirely developed in C# and runs on Microsoft's .Net platform as well as on the open source reimplementation Mono.

System

Structure : Elemental structure

Interface : IDBObject IVertex IType IEdge IGraph

Algorithm : Every algorithm classes inherit from class algorithm , whitch base on DBObject

Interface IAlgorithm

Demo

As a example , a demo project are included