260 skills found · Page 1 of 9
immutable-js / Immutable JsImmutable persistent data collections for Javascript which increase efficiency and simplicity.
codenotary / Immudbimmudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
rtfeldman / Seamless ImmutableImmutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
Yomguithereal / BaobabJavaScript & TypeScript persistent and optionally immutable data tree with cursors.
xtdb / XtdbAn immutable SQL database for application development, time-travel reporting and data compliance. Developed by @juxt
redux-orm / Redux OrmNOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.
arximboldi / ImmerPostmodern immutable and persistent data structures for C++ — value semantics at scale
tobgu / PyrsistentPersistent/Immutable/Functional data structures for Python
IBM / Fp GoFunctional programming library for Go 1.24+, inspired by fp-ts. Uses generic type aliases for a clean, composable API. Provides Option, Either, Result, IO, IOResult, Reader, and ReaderIOResult monads, plus optics (Lens, Prism, Traversal) for immutable data manipulation. Supports Functor, Applicative, and Monad abstractions with do-notation-style
omniscientjs / OmniscientA library providing an abstraction for React components that allows for fast top-down rendering embracing immutable data for js
sirixdb / SirixSirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
IceFireDB / IceFireDB@IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.
mquan / CortexAn immutable data store for managing deeply nested structure with React
v6d-io / V6dvineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
ansman / KotshiAn annotation processor that generates Moshi adapters from immutable Kotlin data classes.
sebmarkbage / Ecmascript Immutable Data StructuresNo description available
arximboldi / EwigThe eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
static-frame / Static FrameImmutable and statically-typeable DataFrames with runtime type and data validation
tobgu / QframeImmutable data frame for Go
omniscientjs / ImmstructImmutable data structures with history for top-to-bottom properties in component based libraries like React. Based on Immutable.js