Skip to content

aalexei/graphydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphyDB

GraphyDB is a graph database for Python built on top of SQLite.

There are many cases where a graph structure is a better fit to a problem domain than a set of tables. GraphyDB was designed to fill a niche where a flexible embedded graph database was needed for a moderate sized problem (~10,000 edges and nodes). GraphyDB is not designed to handle terrabytes of data, and has not been particularly optimised for speed.

See GraphyDB Docs for detailed documentation.

About

Python graph database built on top of SQLite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages