Skip to content

bsrwilliams/DataMigration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMigration

Description

This project facilitates the transfer of data stored in various sized CSV (Comma Seperated Values) files to a Database. This application was tested with a 10K and 65K sized CSV files.

Complexity

  • 10K without threads: 814 nanoseconds

  • 10K with 5 threads: 944 nanoseconds

  • 65K without threads: 2453 nanoseconds

  • 65K with 5 threads: 2703 nanoseconds

Future Improvements

  • Functional Programming
  • Graphical User Interface - GUI

Technologies:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages