jlcpcb-to-parquet

Crates.iojlcpcb-to-parquet
lib.rsjlcpcb-to-parquet
version0.4.2
sourcesrc
created_at2024-02-16 11:36:00.263372
updated_at2024-02-18 19:00:50.26701
descriptionA tool to convert JLCPCB Parts Library to Parquet
homepagehttps://github.com/tvijverb/jlcpcb-to-parquet
repositoryhttps://github.com/tvijverb/jlcpcb-to-parquet
max_upload_size
id1142383
size100,621
Thomas Vijverberg (tvijverb)

documentation

README

Convert JLCPCB parts from https://github.com/yaqwsx/jlcparts to parquet

Requirements

Rust installed on your system

wget and p7zip-full

Steps

  1. First download the JLCPCB parts sqlite3 database
wget https://yaqwsx.github.io/jlcparts/data/cache.zip https://yaqwsx.github.io/jlcparts/data/cache.z0{1..8}
7z x cache.zip
  1. Create parquet files using this repository
cargo run --release
Commit count: 0

cargo fmt