You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the dapper tools, add a way to check for and download updated datasets. This will involve keeping track of which datasets are currently downloaded and their versions.
Relates to #6, in that we will need some way to know what the latest version available is with an identifier for recognizing when the available version is newer than the dataset we currently have.
The text was updated successfully, but these errors were encountered:
Getting error when attempting to build Dapper project. Steps:
Cargo build
cargo run .
Errors:
(dapper_env) shen14@wl-5597473:~/dapper$ cargo run .
Finished dev profile [unoptimized + debuginfo] target(s) in 0.03s
Running target/debug/dapper .
thread 'main' panicked at src/walker.rs:32:6:
Failed to prepare statement: SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some("no such table: package_files"))
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Hosted dataset_list.toml file listing URLs for all available datasets that can be download, and info on versions/category for each
Local dataset_info.toml stored in XDG/standard directory on user's system that tracks datasets user has already downloaded (version info, category, filepath to db) -- when downloading new/updating a db, this file needs updating
Trigger download of a dataset with command line argument: --download-dataset <category/name>
For the dapper tools, add a way to check for and download updated datasets. This will involve keeping track of which datasets are currently downloaded and their versions.
Relates to #6, in that we will need some way to know what the latest version available is with an identifier for recognizing when the available version is newer than the dataset we currently have.
The text was updated successfully, but these errors were encountered: