1 个仓库
Frameworks for building high-performance data interfaces in Ruby using automated serialization logic.
Distinguishing note: None of the candidates cover the high-level domain of Ruby-specific API serialization development.
Explore 1 awesome GitHub repository matching web development · Ruby API Serialization Frameworks. Refine with filters or upvote what's useful.
fast_jsonapi 是一个 Ruby 对象序列化器,旨在将复杂的后端数据对象转换为结构化的 JSON 表示。它专门实现了 JSON:API 格式,以确保服务器和客户端之间的一致数据交换。 该库作为一个复合文档生成器,允许将相关资源嵌入到单个响应中,以最小化网络请求。它使用基于类的模式定义将内部数据库模型与公共 API 表示解耦。 该项目包括一个命令行工具,用于通过扫描数据库模式来生成序列化器样板代码。性能通过基于键的输出缓存和追踪序列化与编码过程执行延迟的仪表工具进行管理。
Provides a high-performance framework for building Ruby backend APIs with automated serialization and transformation logic.