caugner / syncs

MergeStat container based syncs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

About

MergeStat container based syncs

License:MIT License


Languages

Language:TypeScript 49.2%Language:Shell 30.7%Language:Dockerfile 15.2%Language:Go 4.9%