Kinbaku documentation¶
- Release
0.0.1
- Date
Aug 31, 2021
Kinbaku is a blazing fast graph database written in pure Python, made for storing, updating and accessing huge graphs directly on disk. It has many useful features such as:
storage of directed graphs with custom node or edge attributes
painless navigation in graphs using powerful yet simple queries
RAM-friendly algorithms and tools
fastest insertion and access on the market
Kinbaku deliberately follows NetworkX syntax as close as possible, making it both simple and familiar to use.