awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPersistence Hooks

Customizable functions triggered during data read and write operations to modify or encrypt data.

Distinct from Data Transformation: Specifically addresses middleware-style hooks for disk persistence, whereas the parent is general data transformation pipelines.

Explore 1 awesome GitHub repository matching data & databases · Persistence Hooks. Refine with filters or upvote what's useful.

Awesome Persistence Hooks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • louischatriot/nedbAvatar louischatriot

    louischatriot/nedb

    13,540Vezi pe GitHub↗

    NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate

    Allows custom functions to transform or encrypt data before it is written to the persistent store.

    JavaScript
    Vezi pe GitHub↗13,540
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Transformation
  5. Persistence Hooks