Grace Version Control System

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Grace

    Grace Version Control System (by ScottArbeit)

    When I hear "cloud-native" I think "built to scale up well". As opposed to "built to run on file servers" which means "doesn't scale well at all".

    Is that just me?

    Also, [1]. I start by saying it's centralized. I'm proud of it. It's the right direction for moving version control forward. And modern use of Git isn't really distributed anyway; it's centralized. We don't push to production from our dev boxes.

    [1] https://github.com/ScottArbeit/Grace/blob/main/docs/Frequent....

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • xdelta

    open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression

    Properly tracking changes would allow less disk space to be used.

    xdelta is not supposed to be used on compressed data [1], but my VCS will handle that transparently using less space.

    You are right to be nervous about auto merges, and that will be the biggest work when implementing support for a file type.

    But I think it is possible in many cases.

    For example, Blender files store everything in one file. You can reference things between files, and people do that, but often, you will still want to store the material for a mesh with the mesh.

    If someone changes the mesh, and someone else changes a material, those changes should automerge.

    [1]: https://github.com/jmacd/xdelta/issues/193#issuecomment-1000...

  • jj

    A Git-compatible VCS that is both simple and powerful

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?