Add a ORC file loading function
this generates swh.model objects from ORC files. This should allow to rebuild a storage from an ORC dataset of the archive. Note: not all object types are supported for now (eg. ExtID, metadata related objects, etc. are not yet supported).
swh/dataset/orc_loader.py
0 → 100644
swh/dataset/test/__init__.py
0 → 100644
swh/dataset/test/test_orc_load.py
0 → 100644
Please register or sign in to comment