#parquet #parts #convert #jlcpcb

app jlcpcb-to-parquet

A tool to convert JLCPCB Parts Library to Parquet

10 releases

0.4.2 Feb 18, 2024
0.4.1 Feb 18, 2024
0.3.6 Feb 16, 2024

#544 in Database interfaces

Download history 494/week @ 2024-02-13 50/week @ 2024-02-20 40/week @ 2024-02-27 1/week @ 2024-03-05 19/week @ 2024-03-12 10/week @ 2024-03-26 50/week @ 2024-04-02

60 downloads per month

MIT license

27KB
616 lines

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

Dependencies

~63–100MB
~2M SLoC