Instead of saving a flat list as a .json or .yaml file, it'd be nice to have a local db (key-value-sture) that saves objects by IRI.
this could be done with https://docs.python.org/3/library/dbm.html#module-dbm or https://github.com/coleifer/unqlite-python or https://github.com/RaRe-Technologies/sqlitedict (this doesn't seem to be actively supported). Also check if there's other solutions that could fit our needs better.
Instead of saving a flat list as a .json or .yaml file, it'd be nice to have a local db (key-value-sture) that saves objects by IRI.
this could be done with https://docs.python.org/3/library/dbm.html#module-dbm or https://github.com/coleifer/unqlite-python or https://github.com/RaRe-Technologies/sqlitedict (this doesn't seem to be actively supported). Also check if there's other solutions that could fit our needs better.