topic-db icon indicating copy to clipboard operation
topic-db copied to clipboard

TopicDB is a topic maps-based semantic graph store (using SQLite for persistence)

Results 8 topic-db issues
Sort by recently updated
recently updated
newest added

Current set of tests are whole insufficient: https://github.com/brettkromkamp/topic-db/tree/master/tests The tests need to be reviewed (probably updated) and appropriately extended to ensure sufficient coverage.

help wanted
testing

See URL: https://www.python.org/downloads/release/python-3110b5/

testing

Refactor TopicDB to be asynchronous. Relevant links: - aiosqlite: https://github.com/omnilib/aiosqlite (and https://aiosqlite.omnilib.dev/en/stable/)

help wanted
research

See URL: https://docs.python.org/3/library/contextlib.html#contextlib.closing

enhancement

Currently, the different command classes (e.g., GetAssociations, GetAttributes, GetTopicsHierarchy) allow for retrieving topic map-related data. Nonetheless, it should be possible to return data for user-defined queries.

enhancement
help wanted