discovered 03 Aug 2026
cog
→ View on GitHubCogDB is an embedded graph database for Python that allows users to build and query graph data structures directly within their applications with minimal setup. It features a custom graph traversal language, Torque, which enables fluent and chainable API interactions without context switching. Notable capabilities include persistent storage of key-value pairs and graph triples, seamless integration into Python environments, and the ability to serve the database over HTTP for remote access.