Loading Kaggle dataset directly to your DB

ZD
Jan 23, 2022

--

dbd database prototyping tool now supports direct loading of Kaggle dataset data files (e.g. CSV, JSON, XLS, parquet) to databases.

You don’t have to create any tables or run any SQL INSERT or COPY statements. Everything is automated. Just reference the datasets and files with a URL and execute dbd run command.

There are two example datasets:

Examples are tested with Postgres, MySQL, and SQLite databases.

GitHub repository with detailed instructions is here

Hopefully, you find it useful.

Let me know, what you think!

--

--

No responses yet