Skip to content

aprimakina/timescale-js-ingest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timescale-js-ingest

Quickstart

Install NodeJS

git clone https://github.com/aprimakina/timescale-js-ingest
cd timescale-js-ingest
npm install

Add connection info in .env file

DB_USER=
DB_HOST=
DATABASE=
DB_PASSWORD=
DB_PORT=
node cmd.js run [init | insert | copy | avg]

The dataset in ./data/nyc_data_rides.csv is just a 10 lines sample, a 1.68 GB dataset can be downloaded from nyc_data.tar.gz provided by NY TLC.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors