awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDynamic Data Set Managers

Systems for storing key-value data with support for reactive updates, filtering, and subscription.

Distinct from Report Data Set Managers: Focuses on managing the in-memory state for visualizations rather than database storage or mathematical set theory.

Explore 2 awesome GitHub repositories matching data & databases · Dynamic Data Set Managers. Refine with filters or upvote what's useful.

Awesome Dynamic Data Set Managers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • visjs/visvisjs 的头像

    visjs/vis

    7,812在 GitHub 上查看↗

    vis is a JavaScript data visualization library used to render interactive networks, timelines, and graphs directly in the web browser. It functions as a relational data mapper and browser-based charting tool, turning complex structured data into dynamic visual patterns to expose entity relationships. The library provides specialized tools for force-directed network graphs, where relational data is represented as interactive nodes and edges. It also includes an interactive timeline component for plotting chronological events and time intervals on a scalable temporal axis. The project covers b

    Provides built-in support for adding, updating, removing, and subscribing to changes within dynamic data sets.

    JavaScript
    在 GitHub 上查看↗7,812
  • php-debugbar/php-debugbarphp-debugbar 的头像

    php-debugbar/php-debugbar

    4,388在 GitHub 上查看↗

    这是一个 PHP 调试工具栏和运行时检查器,为 Web 开发期间监控系统指标、内存使用情况和执行时间提供了基于浏览器的界面。它作为应用性能监控和诊断工具,捕获实时数据和应用状态,以可视化 PHP 的执行生命周期。 该工具的独特之处在于能够跨多个请求持久化调试数据,从而实现请求历史记录追踪和过往会话归档。它支持检查 AJAX 请求,并在重定向期间管理数据持久化,确保在异步和顺序页面加载过程中均可获取诊断信息。 该系统涵盖了广泛的可观测性功能,包括自动运行时指标收集、自定义消息日志记录,以及将复杂变量渲染为交互式 HTML 转储。它采用模块化架构,包含用于数据聚合的收集器、基于驱动程序的 HTTP 抽象,以及用于管理调试数据读写的接口驱动存储系统。 该工具栏通过 JavaScript 和 HTML 的后期绑定资产注入集成到网页中。

    Stores and switches between different sets of debugging data to toggle the viewed context.

    PHP
    在 GitHub 上查看↗4,388
  1. Home
  2. Data & Databases
  3. Dynamic Data Set Managers

探索子标签

  • Debug Session ManagersInterfaces for switching between different captured sets of debugging data to analyze different request contexts. **Distinct from Dynamic Data Set Managers:** Focuses on managing sets of debug snapshots rather than reactive key-value data sets.