Skip to content

A project to import large CSV files into PostreSQL for querying with pgAdmin.

Notifications You must be signed in to change notification settings

azizunsal/csv-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import Data from Large CSV File

Prerequisites

  • Docker

Run the project

docker compose up -d

Access the Data via pgAdmin

Open http://localhost:5050 Create a connection to the database with the credentials in the .env file.

I used a CSV file from this website. Please change the table creation script and copy the CSV file you want to query into the data directory.

About

A project to import large CSV files into PostreSQL for querying with pgAdmin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published