7 مستودعات
Tools for searching and retrieving specific values from deeply nested objects and arrays across multiple formats.
Distinct from Nested Object Mapping: Focuses on the retrieval of existing nested data, distinct from mapping unstructured text into schemas.
Explore 7 awesome GitHub repositories matching data & databases · Nested Data Extractors. Refine with filters or upvote what's useful.
Dasel is a multi-format data processor and structured data query tool used for querying, editing, and converting data across JSON, YAML, TOML, and XML. It functions as a universal data converter and a cross-format configuration editor that allows users to interact with various serialization formats through a single unified interface. The tool provides a selector-based interface for extracting and searching nested values and modifying keys and values across different file types. It enables the transformation of data between supported structures to change file types while preserving the origina
Searches and retrieves specific values from deeply nested objects and arrays across multiple structured file formats.
This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also
Deno Data Processing traverses a nested data structure to count atoms, calculate depth, or tally occurrences of an item.
Object-enumerator is a data structure crawler and enumeration library designed to discover and list all objects stored within deep or circular data references. It functions as a traversal tool that recursively walks through nested arrays and object graphs to identify every individual referenced object. The library flattens complex hierarchical data structures into a linear collection of unique objects. This process enables data structure analysis and memory reference mapping by tracing all objects connected to a root element to understand the overall composition of a data set.
Analyzes the structural composition of deeply nested arrays and object graphs to identify all unique contained objects.
This is a JavaScript immutable data library used to create objects and arrays that prevent direct mutation. It serves as an immutable state manager and object wrapper designed to ensure data consistency by blocking modifications while remaining compatible with standard JavaScript syntax. The library functions as a converter that transforms standard mutable data into frozen structures and can convert them back for local modifications. This allows for a workflow where data is switched between immutable and mutable versions to perform bulk edits before locking the state again. The project provi
Retrieves values from deep nested paths within immutable structures, providing a default value if the path is missing.
Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem
Traverses complex, keyed state hierarchies to retrieve specific data or API objects from nested model instances.
JDA هي مكتبة Java تعمل كغلاف Discord API، وإطار عمل للبوت، وعميل API صوتي. تتيح للتطبيقات التفاعل مع Discord REST API والبوابة في الوقت الفعلي لبناء مساعدين آليين، وإدارة الخوادم، والتعامل مع تفاعلات المستخدم. يتضمن المشروع مدير تقسيم لتوزيع اتصالات البوابة عبر أقسام متعددة لتوسيع عمليات النشر ذات الحجم الكبير. كما يوفر مكتبة مكونات واجهة المستخدم لإنشاء أزرار تفاعلية، وقوائم اختيار، ونماذج مشروطة داخل الرسائل. تغطي قدراتها إدارة الصوت والصوت، بما في ذلك بث الصوت وتشغيل لوحة الصوت. تتضمن المكتبة أيضًا أدوات لإدارة المجتمع، وإدارة الخادم، والإشراف الآلي على المحتوى من خلال مشغلات قائمة على القواعد. ينفذ النظام مجموعة متنوعة من الأنماط المعمارية، بما في ذلك سجل مستمع قائم على الأحداث، وتخزين مؤقت للذاكرة قابل للتكوين، ومعالجة تلقائية لحد المعدل لطلبات API.
Navigates and retrieves specific values from nested arrays and maps returned by the remote API.
RedisJSON هو نظام لتخزين وإدارة بيانات JSON داخل Redis باستخدام تنسيق ثنائي أصلي. يتيح تخزين مستندات JSON واسترجاع البيانات المتداخلة باستخدام بناء جملة المسار المستهدف. يوفر المشروع القدرة على إجراء تحديثات ذرية على عناصر فردية داخل كائن JSON متداخل، مما يسمح بإجراء تعديلات دون استرجاع وإعادة كتابة المستند بالكامل. كما يدعم فهرسة بيانات NoSQL من خلال إنشاء فهارس ثانوية على حقول محددة لتسريع عمليات البحث والتصفية عبر مجموعات البيانات. تغطي قدراته الأوسع استرجاع البيانات الهرمية وتعيين حقول JSON إلى هياكل فهرس خارجية للبحث السريع.
Provides tools for searching and retrieving specific values from deeply nested JSON objects.