Home / Companies / FalkorDB / Blog / November 2025

November 2025 Summaries

4 posts from FalkorDB

Filter
Month: Year:
Post Summaries Back to Blog
FalkorDB Browser introduces Personal Access Tokens (PATs) as a secure authentication method, utilizing JWT credentials to facilitate API access without exposing user passwords. These tokens, which can be generated, managed, and revoked via a set of four core API endpoints (Generate, List, Get, Revoke), provide a flexible solution for integrating FalkorDB into automated scripts and CI/CD pipelines. The system supports both browser-based and API/CLI user authentication, offering customizable expiration dates and immediate revocation capabilities to enhance security. FalkorDB employs industry-standard encryption and hashing techniques, such as AES-256-GCM and SHA-256, for secure access control and storage, while usage tracking and role-based access control ensure robust management of token activities. This feature aims to streamline secure application development by allowing users to create multiple tokens with specific permissions, thereby enhancing automation and security while maintaining transparency and flexibility in authentication processes.
Nov 30, 2025 1,197 words in the original blog post.
FalkorDBLite is a Python library offering a serverless and managed experience for building graph applications, eliminating the need for complex configuration and infrastructure setup typically associated with graph databases. It operates as an isolated sub-process using Unix socket communication, thereby reducing network latency and ensuring stability by preventing app crashes from affecting the database. This approach allows developers to seamlessly migrate from local development to production by altering a single line of code, with an API consistent across falkordblite and falkordb-py clients for easy scaling. Ideal for CI/CD pipelines, prototyping in Jupyter, and data science workflows, FalkorDBLite provides the simplicity of an embedded library while allowing for process isolation, making it suitable for ephemeral graph instances without infrastructure overhead. When scaling to a full cluster is necessary, the transition is straightforward, requiring only minor adjustments in code, thus maintaining the same logic and query structure. The FalkorDB ecosystem offers options for self-hosted, Docker, and managed cloud deployments, providing flexibility and scalability for various application needs.
Nov 26, 2025 1,250 words in the original blog post.
Avi Avni's article explores the application of graph algorithms in enhancing cybersecurity measures, particularly in identifying and understanding complex network structures. Emphasizing the significance of relationships over individual data points in cyber analysis, the article discusses the utility of algorithms like Betweenness Centrality, Weakly Connected Components (WCC), and Community Detection via Label Propagation (CDLP) in detecting high-risk nodes, insiders, and shadow IT assets. These algorithms, integrated into modern graph databases like FalkorDB, allow cybersecurity teams to visualize and analyze data, providing insights into potential attack paths and vulnerabilities. The discussion is contextualized by referencing a major data breach and highlights the growing importance of graph analytics in security frameworks, suggesting that such tools can uncover hidden patterns and mitigate risks in digital infrastructures.
Nov 18, 2025 1,774 words in the original blog post.
FalkorDB represents a significant advancement in database technology by integrating a hybrid architecture that combines the strengths of both row-based and columnar systems, aiming to bridge the gap between transactional and analytical workloads. Utilizing a sparse adjacency matrix instead of traditional adjacency lists, FalkorDB enables vectorized traversal of large-scale graph relationships, offering columnar speed for edge traversal while maintaining row-based precision for node access. This hybrid design allows for efficient processing of AI and analytics workloads, such as graph embeddings and reasoning, without the need for costly data transformations. As a result, FalkorDB is positioned as a matrix-based system optimized for connected computation, heralding a future where databases support interconnected and intelligent data insights in the AI-driven era.
Nov 16, 2025 719 words in the original blog post.