Skip to content

nadlere/expertdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expert.db Build Status

The high-performance graph database.

Motivation

As part of my effort to build a semantic network, I need a persistent storage mechanism capable of containing large-scale graph data.

Architecture

expert.db layers

  • core - Basic services such as murmur hash, string functions, etc..
  • petri - persistent prefix tree - the index file module
  • dfile - data file engine - store and restore the actual graph data
  • gstor - uses petri and dfile to store graph nodes and arcs
  • xlog - graph transaction logger
  • trax - transactional extensions - use xlog to ensure transactions are atomic
  • socks - the expert.db socket server framework
  • exdb - the actual expert.db server front-end

About

high-performance graph database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors