Useful functionalities and pipelines related to ALBERT's data collections.
Create a virtual environment:
python -m venv venv
source venv/bin/activateInstall dependencies:
pip install -r pyproject.tomlCreate a .env file in the project root with the required environment variables. You can use the example file as a template:
cp .env.example .envThen edit the .env file with your actual values.
Update collections dictionary Basic method:
python main.py update_collections_dictComplete method:
source daily_update.shAutomatic method (cron):
sudo -u USERNAME crontab cron_config.txt