awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • louischatriot/nedbالصورة الرمزية لـ louischatriot

    louischatriot/nedb

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