1 个仓库
Mechanisms for granting shared access to data records through user groups and permissions.
Distinct from Collaboration and Sharing: None of the candidates cover the specific combination of JSON document access control and group-based sharing; they are either too narrow (portfolios, clusters) or too broad (general productivity tools).
Explore 1 awesome GitHub repository matching security & cryptography · Collaborative Data Sharing. Refine with filters or upvote what's useful.
Kinto 是一个云状态后端,旨在跨多个设备存储和同步 JSON 数据。它提供了一个中心化服务,用于管理组织成存储桶(buckets)和集合(collections)的无模式 JSON 记录,并通过 REST API 确保状态的一致性。 该系统通过用户组和权限授予对特定文档或集合的读写访问权限,从而支持协作数据共享。它利用变更馈送跟踪和删除标记来实现文档同步,从而向客户端更新最新状态。 功能包括细粒度的访问控制、用于数据一致性的 JSON 模式强制执行,以及防止并发写入冲突的乐观锁。该服务还提供实时客户端通知、部分文档更新,以及对 PostgreSQL 等可插拔存储后端的支持。 该项目包含一个本地开发服务器和一个用于配置的管理 Web 界面。
Provides capabilities to share specific JSON documents and collections with other users via group permissions.