文件名称:core:类似于Git的数据版本控制
文件大小:125KB
文件格式:ZIP
更新时间:2024-04-23 10:51:52
git go golang data-version-control data-versioning
WRGL 类似于Git的数据版本控制。 它可以处理高达10G的文件。 它与诸如之类的其他替代方案的不同之处在于,它不需要预先架构,可以提交任何任意CSV文件,并且可以显示更详细的差异。 安装 sudo bash -c ' curl -L https://github.com/wrgl/core/releases/latest/download/install.sh | bash ' 用法 # initialize repository. This will create a .wrgl folder wrgl init # create a new branch by committing a CSV file wrgl commit my-branch my_data.csv --primary-key id # create another commit under the same