5 रिपॉजिटरी
The administration of graph structures and properties using a mix of SQL and graph query languages.
Distinct from Graph Data Modifiers: Focuses on the schema definition and structural modification, whereas Graph Data Modifiers covers transactional data updates.
Explore 5 awesome GitHub repositories matching data & databases · Graph Schema Definition. Refine with filters or upvote what's useful.
Titan एक वितरित ग्राफ़ डेटाबेस और कंप्यूटिंग इंजन है जिसे मल्टी-मशीन क्लस्टर में परस्पर जुड़े नोड्स और किनारों के विशाल डेटासेट को संग्रहीत और क्वेरी करने के लिए डिज़ाइन किया गया है। यह एक स्केलेबल ग्राफ़ स्टोरेज लेयर और ट्रांजेक्शनल स्टोर के रूप में कार्य करता है, जो बड़े पैमाने पर ग्राफ़ प्रोसेसिंग जॉब्स और डीप ट्रैवर्सल को निष्पादित करने के लिए एक फ्रेमवर्क प्रदान करता है। सिस्टम अपने प्लगेबल स्टोरेज बैकएंड द्वारा प्रतिष्ठित है, जो ग्राफ़ इंजन को भौतिक दृढ़ता परत से अलग करता है। यह प्रसंस्करण भार को संतुलित करने के लिए वर्टेक्स-कट डेटा विभाजन और एक सेट-कार्डिनैलिटी प्रॉपर्टी मॉडल का उपयोग करता है जो एकल गुणों को कई मान संग्रहीत करने की अनुमति देता है। प्लेटफ़ॉर्म भौगोलिक और पूर्ण-टेक्स्ट खोजों के लिए मल्टी-मॉडल ग्राफ़ इंडेक्सिंग, डेटासेट को फिर से इंडेक्स करने के लिए वैश्विक स्कीमा प्रबंधन और राइट-अहेड लॉगिंग द्वारा सुनिश्चित ट्रांजेक्शनल ऑपरेशंस सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह टाइम-टू-लाइव सेटिंग्स के माध्यम से एलिमेंट समाप्ति और क्वेरी गतिविधि और ट्रांजेक्शन विलंबता को ट्रैक करने के लिए सिस्टम प्रदर्शन निगरानी को भी शामिल करता है।
Provides a system for defining vertex labels and property types independently of physical indexing to support global re-indexing.
Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di
Structures graph data into node and relationship tables with strongly typed properties and primary keys.
Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI applications. It serves as a multi-modal integration layer that connects diverse local and remote language models with an agentic retrieval-augmented generation system. The project distinguishes itself through a collaborative message-exchange paradigm, allowing specialized agents to delegate tasks hierarchically and coordinate via structured communication. It features an advanced state management system for conversational AI, including the ability to rewind and prune conversation hist
Removes properties from a database schema to keep only essential edge connections.
FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut
Defines the structural layout of graphs through manual specifications or automated extraction.
BloodHound is an identity risk management platform and graph-based attack path analyzer used to map identity relationships and permissions in Active Directory. It functions as a security tool for auditing directory services, uncovering unintended privilege relationships, and visualizing sequences of permissions that can lead to domain compromise. The project differentiates itself as a comprehensive adversary emulation framework that coordinates remote agents and executes post-exploitation commands. It includes a reverse proxy for bypassing multi-factor authentication via real-time session hij
Creates extension definitions to map custom nodes and edges into a structured graph.