Crates.io | csv_uploader |
lib.rs | csv_uploader |
version | 0.1.3 |
source | src |
created_at | 2023-02-10 21:35:32.166478 |
updated_at | 2023-02-23 08:36:36.193913 |
description | A custom TSV/CSV -> DB uploader. |
homepage | |
repository | |
max_upload_size | |
id | 782162 |
size | 44,991 |
A custom CSV -> DB uploader program.
Trust me, you'll need speed when uploading 5M records.
Parallelized in a two step process (looped):
Warning!: the paralellization between threads (step 2) is still being worked on. I'm still reading up on the tokio
library lol. :)
As a secondary goal. We normalize the data while we parse it.
This is highly variable and dependant on two things:
So our current process is: