Skip to content

Quick way to load all your csv files into sqlite or any other database for further analysis.

Notifications You must be signed in to change notification settings

ubermachine/Stock-database-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick way to load all csv data in folder to a database

First clone this dir and cd into it then

install:

 npm install

Provide sql.js path of your data folder where all csv are pesent it will create a sqlite database with all data which can be sorted by date in sqlite or any other dataframe loader run using npm start or node sql.js

This repo will suffice for basic usage but for Further processing it Requires some looking into sequelize and data-forge documentation

About

Quick way to load all your csv files into sqlite or any other database for further analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published