3 个仓库
Mechanisms for retrieving JSON documents using substring matching, sub-object navigation, and membership checks.
Distinct from JSON Document Storage: Focuses on the querying and filtering logic rather than the storage of the JSON documents.
Explore 3 awesome GitHub repositories matching data & databases · JSON Document Filtering. Refine with filters or upvote what's useful.
Goravel 是一个功能齐全的开发脚手架和框架,用于使用 Go 编程语言构建 Web 应用、REST API 和 gRPC 服务。它实现了模型-视图-控制器(MVC)架构,并为高性能远程过程调用服务器和客户端提供了全面的工具包。 该框架的独特之处在于其广泛的集成生态系统,包括用于数据库管理的流畅对象关系映射器(ORM),以及用于管理自动化和项目脚手架的专用命令行界面工具包。它具有基于驱动的服务抽象,允许开发者在不更改应用逻辑的情况下切换存储、缓存和会话后端。 该平台涵盖了广泛的应用功能,包括带有分布式队列的异步任务处理、通过基于令牌的身份验证进行的安全身份管理,以及具有加密和访问控制的稳健安全层。它还提供内容本地化、模板渲染以及带有依赖模拟的自动化测试基础设施工具。
Allows querying and updating specific keys within JSON columns using path-based syntax.
Kinto 是一个云状态后端,旨在跨多个设备存储和同步 JSON 数据。它提供了一个中心化服务,用于管理组织成存储桶(buckets)和集合(collections)的无模式 JSON 记录,并通过 REST API 确保状态的一致性。 该系统通过用户组和权限授予对特定文档或集合的读写访问权限,从而支持协作数据共享。它利用变更馈送跟踪和删除标记来实现文档同步,从而向客户端更新最新状态。 功能包括细粒度的访问控制、用于数据一致性的 JSON 模式强制执行,以及防止并发写入冲突的乐观锁。该服务还提供实时客户端通知、部分文档更新,以及对 PostgreSQL 等可插拔存储后端的支持。 该项目包含一个本地开发服务器和一个用于配置的管理 Web 界面。
Provides advanced retrieval of records using substring matching and sub-object navigation.
gojq is a JSON query engine and transformation tool implemented in Go. It serves as a Go language port of the jq command, providing a library for embedding JSON and YAML manipulation capabilities directly into Go applications. The tool functions as an arbitrary-precision JSON processor, performing mathematical operations on large integers to prevent precision loss or numeric overflow during data transformations. Its broader capabilities include filtering and reshaping structured data using a specialized query language, converting between YAML and JSON formats, and formatting date and time st
Integrates a query language to filter, transform, and manipulate JSON data structures.