Skip to content

MergeStat container based syncs

License

Notifications You must be signed in to change notification settings

mergestat/syncs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@mergestat/syncs

Twitter Follow Slack Community

This repository provides officially supported syncs for mergestat.

About

MergeStat syncs are programs packaged in containers that run a process or analysis on a Git repository, and typically store the results in postgres for downstream querying and analysis.

They are orchestrated and run in the context of a mergestat instance.

For example, the git-commits sync in syncs/git-commits will retrieve the full commit history of a repo and store information about each commit in postgres. This allows for subsequent querying of the commit history of a repo, across all the repos this sync has run on.

License

MIT License Copyright (c) 2023 AskGit, Inc. Refer to LICENSE for full text.