Skip to content
/ csv2sql Public
forked from Arp-G/csv2sql

A blazing fast fully-automated CSV to database importer

License

Notifications You must be signed in to change notification settings

kreeti/csv2sql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Csv2Sql image

CSV2SQL - Blazing fast csv to database loader!

Table of Contents

  1. What is Csv2sql ?
  2. Why Csv2sql ?

What is Csv2sql?

Csv2Sql is a Backend Server for csv2sql-ui. It's a blazing fast fully automated tool to load huge CSV files into a RDBMS.

Csv2Sql can automatically...

  • Read csv files and infer the database table structure
  • Create the required tables in the database
  • Insert all the csvs into the database
  • Do a simple validation check to ensures that all the data as been imported correctly.

Why Csv2sql ?

  • Utilizing the power of modern multi core processors, csv2sql does most of its tasks in parallel, this makes it super fast and more efficient than other tools.

  • It is completely automatic, provide a path with hundreds of csvs having size in gigabytes and start the application, it will handle the rest!

  • It comes as browser user interface and is super easy to configure and use.

  • While you can have maximum utilization of your cpu to get excellent performance, csv2sql is fully customizable, also comes with lots of options which can be changed to fine tune the application based on requirement and to lower down resource usage and database load.

  • Csv2Sql supports partial operations, so if you want to only create the tables or insert data from the csvs into already created tables without creating the tables again or create both the tables and also insert the data from csvs, Csv2Sql has got you covered !

About

A blazing fast fully-automated CSV to database importer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%