6 个仓库
Tools for defining and generating structured data exports.
Distinguishing note: Focuses on the class-based definition of export logic.
Explore 6 awesome GitHub repositories matching data & databases · Data Export Generators. Refine with filters or upvote what's useful.
Firefly III is a self-hosted personal finance management system built on a double-entry bookkeeping engine. It provides a comprehensive platform for tracking income, expenses, and account balances while maintaining financial integrity through structured accounting principles. Designed for private use, the system supports multi-user access, allowing independent financial administrations to coexist within a single installation. The platform distinguishes itself through extensive automation and integration capabilities. It features a robust REST JSON API and webhook system that enables programma
Generates data files containing transactions, accounts, and budgets for backup or external analysis.
FileSaver.js is a client-side utility library designed to trigger browser download prompts for files generated within a web application or retrieved from remote web addresses. It enables the export of data directly to a user's local device, eliminating the need for server-side processing or backend infrastructure to handle file creation and storage. The library functions as a wrapper for the browser Blob API, simplifying the process of encapsulating binary data and mapping it to temporary object URLs. By programmatically managing anchor elements and their download attributes, it simulates use
A solution for exporting application-generated content as local files without requiring server-side processing or complex backend infrastructure.
Lila is a comprehensive, open-source chess gaming platform designed for real-time multiplayer interaction, competitive tournament management, and deep strategic analysis. It provides a global environment where users can engage in live matches, participate in structured competitions, and access extensive archives of historical game data for research and study. The platform distinguishes itself through a highly scalable architecture that utilizes actor-model concurrency and event-sourced game states to ensure precise match reconstruction and fault tolerance. It integrates distributed engine eva
Generates portable notation files for sharing and archiving match records.
This project is a command-line utility designed to monitor and analyze token consumption and financial expenditure for AI coding assistants. By parsing local session logs directly on the user's machine, it provides a privacy-focused way to track development activity without transmitting sensitive data to external servers. The tool distinguishes itself through its ability to aggregate disparate log formats from multiple coding assistants into a unified, schema-agnostic representation. It features a decoupled pricing engine that allows users to apply custom model-specific cost multipliers, over
Generates reports in machine-readable formats to facilitate external analysis or integration with custom reporting tools.
F Prime 是一个基于组件的框架,专为嵌入式和航天软件的开发与部署而设计。它提供了一种模块化架构,将软件逻辑与通信接口解耦,允许开发者通过领域特定建模语言定义系统结构。这种基于模型的方法支持自动化代码生成,在确保复杂系统拓扑一致性的同时,维护了软件模块之间严格的接口契约。 该框架的特色在于其集成的构建系统和地面数据操作套件。它实现了嵌入式软件全生命周期的自动化,从交叉编译和依赖管理到遥测与命令接口的生成。通过为机载飞行软件和地面监控提供统一的环境,它促进了跨不同硬件平台的分布式嵌入式系统的无缝集成、测试及指挥控制。 除了核心架构外,该项目还包含用于系统可观测性的综合工具,包括实时遥测可视化、事件日志记录和诊断追踪。它支持从裸机环境到实时操作系统的多种部署场景,并提供了内存管理、状态驱动行为建模和异步任务执行机制。 该项目以 C++ 仓库形式维护,并提供详尽的文档和支持跨平台开发的构建系统。
Generates machine-readable representations of system models to enable integration with external analysis and visualization tools.
apidoc 是一个源代码 API 文档生成器,通过解析注释中的特殊注解来自动创建可搜索的 API 文档网站。它充当基于注解的 API 解析器和静态文档站点生成器,直接从代码库中提取定义以保持参考同步。 该工具被设计为多语言解析器,使用可配置的正则表达式从各种编程语言中提取元数据。它还可以作为 JSON API 定义导出器,将源代码注释转换为原始 JSON 文件,以便在外部模式或自定义模板中使用。 除了基础生成,该系统还支持自定义文档布局、私有或已弃用方法的可见性过滤器,以及直接从生成的界面测试实时 API 端点的能力。工作流可以通过监控源文件变更来触发实时重新生成。 该生成器可以通过命令行界面执行,作为库以编程方式运行,或使用 Docker 容器部署。
Exports extracted API definitions into raw JSON files for use in external tools.