awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesTemporal

Graph databases that track entity and relationship changes over time using validity windows.

Distinct from Graph Databases: Focuses on temporal versioning and validity windows for graph data, distinct from general-purpose graph databases.

Explore 5 awesome GitHub repositories matching data & databases · Temporal. Refine with filters or upvote what's useful.

Awesome Temporal GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • embedchain/embedchainالصورة الرمزية لـ embedchain

    embedchain/embedchain

    58,769عرض على GitHub↗

    Embedchain is an LLM memory management framework and RAG orchestration engine designed to provide AI agents with a persistent storage layer. It functions as a long-term memory pipeline that extracts facts from unstructured interactions and stores them as permanent knowledge base entries to retain user preferences and interaction history across sessions. The system employs a hybrid vector database interface that combines semantic embeddings with traditional keyword search. It utilizes an entity-linking knowledge graph to connect related information points and applies temporal ranking to distin

    Utilizes temporal tracking to rank retrieved data and distinguish current states from past events.

    Python
    عرض على GitHub↗58,769
  • getzep/graphitiالصورة الرمزية لـ getzep

    getzep/graphiti

    22,936عرض على GitHub↗

    Graphiti is a backend framework and memory server designed to provide artificial intelligence agents with persistent, time-aware knowledge graph storage. It functions as a memory layer that enables agents to maintain context across long-term interactions by recording and evolving structured data over time. The system distinguishes itself through a specialized temporal graph database that tracks how entities and relationships change using validity windows. By combining semantic vector similarity, keyword matching, and graph topology traversal, the engine performs hybrid retrieval to locate rel

    Ships a specialized storage engine that manages structured information with validity windows to support real-time updates and historical retrieval.

    Pythonagentsgraphllms
    عرض على GitHub↗22,936
  • vxcontrol/pentagiالصورة الرمزية لـ vxcontrol

    vxcontrol/pentagi

    17,766عرض على GitHub↗

    Pentagi is an autonomous security testing framework and agent orchestrator designed to plan and execute end-to-end security assessments. It utilizes a coordination engine to decompose complex goals into actionable subtasks, performing automated penetration testing and vulnerability research within isolated container environments. The system distinguishes itself through a temporal knowledge graph that tracks semantic relationships between entities and vulnerabilities to reuse intelligence across projects. It includes a web intelligence reconnaissance tool for automated data gathering and agent

    Implements a temporal graph database to track semantic relationships between entities and vulnerabilities over time.

    Goai-agentsai-security-toolanthropic
    عرض على GitHub↗17,766
  • facebookresearch/sam3الصورة الرمزية لـ facebookresearch

    facebookresearch/sam3

    7,762عرض على GitHub↗

    This project is a computer vision system for object segmentation and tracking across images and videos. It employs models capable of identifying and masking objects using text prompts, bounding boxes, click points, or image exemplars. The system differentiates itself through memory-based video tracking and shared-memory architectures that maintain consistent object identities over time. It supports multi-object processing in single computation passes to increase frame throughput and utilizes iterative refinement to correct segmentation boundaries through sequential prompts. The software also

    Ensures stable object tracking over time by linking segmentation fragments into continuous trajectories.

    Python
    عرض على GitHub↗7,762
  • memgraph/memgraphالصورة الرمزية لـ memgraph

    memgraph/memgraph

    4,163عرض على GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    The product creates and manages dates and durations to track time-based events.

    C++cyphergraphgraph-algorithms
    عرض على GitHub↗4,163
  1. Home
  2. Data & Databases
  3. Graph Databases
  4. Temporal

استكشف الوسوم الفرعية

  • Trajectory ConsistencyMethods for linking short-term segmentation fragments into stable, continuous object trajectories over time. **Distinct from Temporal:** Focuses on visual object trajectory stability in video, not database temporal versioning.