awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
creationix avatar

creationix/js-git

0
View on GitHub↗
3,844 Stars·261 Forks·JavaScript·MIT·4 Aufrufe

Js Git

js-git is a modular JavaScript implementation of the Git protocol and object model. It provides a content-addressable storage engine that manages blobs, trees, and commits using cryptographic hashes, allowing version control functionality to operate without external system dependencies.

The project features a pluggable repository interface and storage layer, enabling Git data to be persisted across diverse mediums such as browser databases or local file systems. It includes a streaming packfile processor for packing and unpacking objects to facilitate efficient data transfer.

The library covers a broad range of capabilities including filesystem operations, recursive tree traversal, and repository history traversal. It also incorporates request deduplication to combine parallel requests for the same resource and reduce server load.

Features

  • JavaScript Libraries - Provides a modular JavaScript library for integrating Git version control without external system dependencies.
  • In-Application Integration - Allows integrating full version control functionality to track data changes or use a repository as a persistent store.
  • Content-Addressable Storage - Implements a storage system where objects are identified by cryptographic hashes to ensure data integrity.
  • Git Object Backends - Provides an interface to manage immutable, content-addressed blobs and commit trees.
  • Pluggable Storage Backends - Provides an architectural abstraction to swap between diverse storage backends such as browser databases or local disks.
  • JavaScript-Native Implementations - Provides a complete implementation of the Git protocol and object model written entirely in JavaScript.
  • Delta-Compressed Packfiles - Provides binary stream encoding for packing multiple repository objects into compressed packfiles.
  • Commit History Traversal - Enables programmatic walking through commit logs and file trees as linear streams.
  • Version Control Data Traversal - Implements streaming algorithms to efficiently traverse commit histories and track data changes.
  • Filesystem Operations - Provides low-level logic for creating, updating, and navigating directory structures and files.
  • Packfile Processors - Ships a streaming utility for packing and unpacking Git objects to optimize memory and transfer speed.
  • Recursive Directory Traversers - Implements algorithms for recursively walking directory trees to resolve nested Git objects into flat filesystem views.
  • Stream-Based Commit Processing - Processes large commit histories and repository objects using asynchronous streams to minimize memory overhead.
  • Git Utilities - Git implementation in JavaScript.
  • Version Control Tools - Pure JavaScript implementation of Git.

Star-Verlauf

Star-Verlauf für creationix/js-gitStar-Verlauf für creationix/js-git

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht creationix/js-git?

js-git is a modular JavaScript implementation of the Git protocol and object model. It provides a content-addressable storage engine that manages blobs, trees, and commits using cryptographic hashes, allowing version control functionality to operate without external system dependencies.

Was sind die Hauptfunktionen von creationix/js-git?

Die Hauptfunktionen von creationix/js-git sind: JavaScript Libraries, In-Application Integration, Content-Addressable Storage, Git Object Backends, Pluggable Storage Backends, JavaScript-Native Implementations, Delta-Compressed Packfiles, Commit History Traversal.

Welche Open-Source-Alternativen gibt es zu creationix/js-git?

Open-Source-Alternativen zu creationix/js-git sind unter anderem: isomorphic-git/isomorphic-git — Isomorphic-git is a full implementation of the Git version control system written in JavaScript. It serves as a… go-git/go-git — This project is a pure Go implementation of the Git version control system, providing a library for integrating… libgit2/libgit2 — libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version… attic-labs/noms — Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic… bup/bup — bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to… git/git — Git is a distributed version control system and command-line tool designed for tracking changes in source code and…

Open-Source-Alternativen zu Js Git

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Js Git.
  • isomorphic-git/isomorphic-gitAvatar von isomorphic-git

    isomorphic-git/isomorphic-git

    8,259Auf GitHub ansehen↗

    Isomorphic-git is a full implementation of the Git version control system written in JavaScript. It serves as a programmatic client library that allows developers to perform core version control operations without requiring a system-level Git binary installation. The library is designed as an isomorphic codebase, meaning it runs identically across both client-side web browser environments and server-side Node.js runtimes. It achieves this by using a filesystem-agnostic storage model and a pure JavaScript implementation of the Git core logic and the Smart HTTP protocol. The project covers a c

    JavaScript
    Auf GitHub ansehen↗8,259
  • go-git/go-gitAvatar von go-git

    go-git/go-git

    7,211Auf GitHub ansehen↗

    This project is a pure Go implementation of the Git version control system, providing a library for integrating versioning and history analysis into applications. It functions as a complete repository manager and object store that does not require external binary dependencies. The implementation utilizes interface-based storage, allowing repositories to be managed on disk or entirely in memory. It supports a transactional storage model to ensure atomic operations and implements a content-addressable storage system using delta-compression packfiles. The library covers a broad range of version

    Gogitgit-clientgit-library
    Auf GitHub ansehen↗7,211
  • libgit2/libgit2Avatar von libgit2

    libgit2/libgit2

    10,485Auf GitHub ansehen↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    C
    Auf GitHub ansehen↗10,485
  • attic-labs/nomsAvatar von attic-labs

    attic-labs/noms

    7,422Auf GitHub ansehen↗

    Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic hashes to ensure integrity and deduplication, while tracking dataset state changes through a sequence of immutable commits to enable branching, forking, and historical recovery. The system functions as a peer-to-peer data synchronizer, reconciling state between disconnected database instances to ensure all nodes converge on the same data. It distinguishes itself as a schema-flexible document store that supports self-describing types, allowing schemas to evolve and widen as ne

    Go
    Auf GitHub ansehen↗7,422
Alle 30 Alternativen zu Js Git anzeigen→