Skip to content

Latest commit

 

History

History
 
 

sync-github-data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@ossinsight/sync-github-data 🚧

A CLI tool for fetching GitHub user/repo data and persist it to the TiDB Serverless cluster.

Notice: It is designed to capture as much GitHub data as possible, but does not guarantee real-time updates.

Usage

# Install dependencies.
pnpm i
# Run the CLI.
pnpm run dev:start

Commands

Users

Sync all users

pnpm run dev:start users sync-in-batch

Repos

Sync all repos

pnpm run dev:start repos sync-in-batch