Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 694 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 694 Bytes

03. Analyze all git repository commits and save it to SQLite or PostgreSQL

Prerequisites

JavaScript runtime environment

Git Version Control System

* Bash compatible shell for Windows

1. Install all additional packages

npm i

2. Run analyze script

npm start

3. Import data from SQLite to PostgreSQL

Install pgloader util

  • macOS

brew install pgloader

  • Linux

sudo apt-get install pgloader

Import data from SQLite to PostgreSQL

pgloader sqlite://./database.sqlite postgresql://username:password@hostname:port/databasename