-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sqlite-based files-to-artifacts database deployment #59
Comments
My findings so far:
The code is available in this repository: https://github.com/jaimergp/conda-forge-paths. I added a GHA workflow, but the runner dies trying to clone libcfgraph 🚀 😂 My plan is to upload a couple of |
Hm, I learnt about We also get a new table for free: all the artifacts, and I also stored the timestamps, which will be useful at update time. The https://github.com/jaimergp/conda-forge-paths repo is now up-to-date, and includes a datasette example. $ ll path_to_artifacts.*
-rw-r--r-- 1 jrodriguez staff 8.8G Mar 8 16:07 path_to_artifacts.db
-rw-r--r-- 1 jrodriguez staff 634M Mar 8 16:30 path_to_artifacts.tar.zst |
Demo search is now available at https://conda-metadata-app.streamlit.app/Search_by_file_path |
@zklaus mentioned conda-forge/staged-recipes#25862 which could be used to reduce storage on server. |
Progress in https://github.com/jaimergp/conda-forge-paths: repo has self-updating releases (assuming it works) now. A systemd config has been added in the server too, so it updates itself every week. I'll close here once I see a working deployment/release :) |
This task consists of building a sqlite database with all the package metadata. Equivalent to the deprecated
regro/libcfgraph:/artifacts
repository.The text was updated successfully, but these errors were encountered: