ubc-systopia / Indaleko

Indaleko Project
GNU Affero General Public License v3.0
0 stars 1 forks source link

Indexer fix and Ingester script #60

Closed ZeeOneOtter closed 3 weeks ago

ZeeOneOtter commented 3 weeks ago

Indexer was fixed so collect_metadata method makes the data in a format that is easier for Ingester is expecting. Specifically when it comes to the collect_metadata method, size and date variables were changed so if unknown or null values default value of 1970 for the dates or 0 for size were input.

Ingester script runs without issue and outputs arangoimport statements. There is an issue at the moment that the schema does not match so nothing ends up getting imported. This is a bigger step than it was a couple days ago, where nothing would happen.

Note this differs from the now OLD IngestOr.py script

fsgeek commented 3 weeks ago

This PR has conflicts with main. They need to be resolved before the PR can be accepted. @ZeeOneOtter

fsgeek commented 3 weeks ago

There are a number of differences in your branch versus the main branch that might be impacting the schema generation and might be why this isn't working for you @ZeeOneOtter