awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • louischatriot/nedbAvatar de louischatriot

    louischatriot/nedb

    13,540Voir sur 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
    Voir sur GitHub↗13,540
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Transformation
  5. Persistence Hooks