Git Product home page Git Product logo

chasm's Introduction

Chasm

License: MIT Build status Code Coverage CodeFactor

   ______  ____  ____       _       ______   ____    ____  
 .' ___  ||_   ||   _|     / \    .' ____ \ |_   \  /   _| 
/ .'   \_|  | |__| |      / _ \   | (___ \_|  |   \/   |   
| |         |  __  |     / ___ \   _.____`.   | |\  /| |   
\ `.___.'\ _| |  | |_  _/ /   \ \_| \____) | _| |_\/_| |_  
 `.____ .'|____||____||____| |____|\______.'|_____||_____| 

CAS = Content Addressable Storage

Wikipedia

"CAS, is a mechanism for storing information that can be retrieved based on its content, not its storage location. It is typically used for high-speed storage and retrieval of fixed content"

Git is a well-known example of a product that uses CAS. However Chasm does not aim to be a Git replacement. For example, there is no concept of a working tree. Rather, this is meant to be a general purpose CAS store for any document type.

Requirements

  • CAS: Self-versioned, immutable store.
  • Single-instance storage of data: If two authors create the exact same documents, their repos should not differ in Object data.
  • Efficient network/disk operations: XML is bad, JSON is better, Protobuf/etc are best
  • Simple: Avoid the need to reinvent graph semantics, etc

Prerequisites

Getting started

Getting started with Git and GitHub

  • People new to GitHub should consider using GitHub for Windows.
  • If you decide not to use GHFW you will need to:
  1. Set up Git and connect to GitHub
  2. Fork the Chasm repository

Rules for Our Git Repository

  • We use "A successful Git branching model". What this means is that:
    • You need to branch off of the develop branch when creating new features or non-critical bug fixes.
    • Each logical unit of work must come from a single and unique branch:
      • A logical unit of work could be a set of related bugs or a feature.
      • You should wait for us to accept the pull request (or you can cancel it) before committing to that branch again.

License

Chasm is licensed under the MIT license, which can be found in LICENSE.

Additional Restrictions

  • We only accept code that is compatible with the MIT license (essentially, MIT and Public Domain).
  • Copying copy-left (GPL-style) code is strictly forbidden.

chasm's People

Contributors

grant-d avatar jannesrsa avatar jcdickinson avatar k2oss avatar

Watchers

 avatar  avatar

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.