6 repositorios
Data structures that support arbitrary nesting through recursive variant types.
Distinguishing note: Focuses on the recursive variant representation of dynamic data.
Explore 6 awesome GitHub repositories matching data & databases · Recursive Data Models. Refine with filters or upvote what's useful.
This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre
Represents arbitrary JSON structures using a single recursive variant type.
Slate is a customizable rich text editor framework that treats documents as a recursive tree of nodes. It functions as a schema-based, state-driven system designed to enforce structural constraints and manage nested components within a structured document model. The framework utilizes a plugin-based architecture to extend editor functionality, allowing for the injection of custom logic into the rendering and transformation pipeline. It supports real-time collaborative editing by synchronizing document operations across multiple users. The system covers a broad range of capabilities, includin
Organizes document content as a nested hierarchy of nodes to support complex block and inline elements.
Pydantic es una biblioteca de validación de datos y un framework de análisis para Python. Funciona como un validador de esquemas basado en tipos que utiliza anotaciones de tipo estándar de Python para garantizar que los datos de entrada se ajusten a esquemas estructurales predefinidos. El proyecto proporciona capacidades para analizar datos sin procesar en objetos tipados mediante la conversión y validación automática de tipos. Esto incluye la serialización de datos y la validación de estructuras de datos para garantizar la corrección. El framework cubre varias áreas de aplicación, incluyendo la verificación de solicitudes de API y la gestión de configuraciones de aplicaciones. Permite la transformación de formatos sin procesar como JSON en objetos estructurados de Python.
Supports complex, hierarchical data structures by allowing models to be nested recursively.
Nim is a statically typed, compiled systems programming language designed for high performance and cross-platform development. It translates high-level source code into C, C++, or JavaScript, allowing developers to produce efficient native binaries or web-compatible scripts from a single codebase. The language emphasizes a clean, indentation-based syntax that simplifies code hierarchy while maintaining the power of a full-featured systems language. What distinguishes Nim is its robust metaprogramming framework, which allows developers to inspect, modify, and generate code structures during th
Supports complex data modeling through variant objects and mutually recursive type definitions.
SwiftTips es una colección curada de guías, bibliotecas y patrones de diseño centrados en el dominio del lenguaje Swift, la arquitectura de aplicaciones y el diseño de APIs. Proporciona un recurso técnico para implementar técnicas de codificación avanzadas y mejores prácticas arquitectónicas. El proyecto enfatiza la creación de interfaces seguras por tipos (type-safe) y conversacionales mediante la composición estratégica de protocolos y genéricos. Ofrece patrones especializados para construir sistemas de interfaz de usuario modulares y gestionar jerarquías de vistas complejas, junto con estrategias integrales para pruebas unitarias e inyección de dependencias. El recurso cubre una amplia gama de capacidades, incluyendo primitivas de programación funcional, utilidades avanzadas del sistema de tipos y estrategias de modelado de datos. También detalla técnicas para el manejo de errores, gestión de memoria y el desarrollo de interfaces de usuario responsivas.
Builds self-referential data hierarchies using indirect enumerations and static functions.
Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic
Supports recursive nesting of lists and dictionaries to organize complex scripting data.