mergestat / syncs

MergeStat container based syncs
MIT License
5 stars 10 forks source link

feat: implement `git-files` sync #23

Closed patrickdevivo closed 1 year ago

patrickdevivo commented 1 year ago

Uses mergestat-lite, writes to a files.csv file. Should be memory efficient, as both writing to the file and (I believe) pg COPY stream I/O (as opposed to loading everything into memory).