Coder Social home page Coder Social logo

riel's Introduction

Riel: A Version Control System

Version control system inspired by CRDT (Conflict-Free Resolution Data-Types) concepts

State: Not ready for production yet

Current features:

Adding, commiting, pseudo-random commit hashing, cloning using an https request via a tcp stream

Alpha to-do list (Almost there):

  • Config
  • Remotes
  • Thrust (push), load (pull) from remotes

Beta to-do list:

  • Author metadata
  • Merging
  • CRDT algorithm implemented where possible
  • Branching

Before release to-do list:

  • Compression, deduplication, misc features...
  • Documentation
  • Tests
  • Benchmarks
  • Release

Manual installation for Linux:

  • Install Rust
  • Clone this repository
  • Run make dev or make all in root directory
  • In short, git clone https://www.github.com/riel-foundation/riel && cd riel && make dev

Repositories structure as a json:

{
  "name": "repository-name",
  "children": [
    {
      "name": ".riel",
      "children": [{"Internal metadata is not clearly defined yet?" : "No, it isn't"}]
    },
    {
    "name": "folder1",
    "children": [
                  {
                    "name": "helloworld.rs",
                    "children": [],
                    "url": "https://myserver.local/user/repository-name/folder1/helloworld.rs"
                  }
                ],
    "url": null
    },
    {
    "name": "arootfile.txt",
    "children": [],
    "url": "https://myserver.local/user/repository-name/arootfile.txt"
    },
    {
      "name": ".rielignore",
      "children": [],
      "url": "https://myserver.local/user/repository-name/.rielignore"
    }
  ]
}

riel's People

Contributors

sellsword9 avatar

Stargazers

 avatar

riel's Issues

Non UTF8 bytes clones

Files which can't be displayed as plain utf8 text will not display properly, and probably, a emoji in a comment could break the cloning, making Rust panic. A function that should fix this is already in remotes/tcp_web.rs as a TODO placeholder

Commit metadata

As with git, commits should contain metadata on their own, to keep track on who did what.
This is simply not done yet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.