{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"FalkorDB Python client for querying and managing graph databases using Cypher queries, with support for both synchronous and asynchronous operations.","skillfed_tags":["graph-database","cypher-query","async-support"],"use_cases":["Build social network applications with friend connections, followers, and relationship queries","Execute concurrent graph queries in async applications without blocking the event loop","Perform graph analytics and pattern matching on connected data structures","Copy and manage multiple graph instances for testing or multi-tenant scenarios","Query property graphs with typed nodes and relationships using Cypher syntax"],"what_it_does":"FalkorDB is a Python client library for interacting with FalkorDB, a graph database that uses Cypher as its query language. It provides both synchronous and asynchronous APIs for executing graph queries, managing nodes and relationships, and performing graph operations like copying and deletion. The client connects to a FalkorDB instance (typically running in Docker or via FalkorDB Cloud) through redis as its underlying transport.\n\nThe package is built on top of python-dateutil and redis, handling the protocol communication and result parsing. It supports modern Python versions (3.10 through 3.14) and both CPython and PyPy implementations. The asynchronous interface uses asyncio and redis.asyncio for concurrent query execution, making it suitable for applications that need to run multiple graph operations in parallel.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and permissive licensing. It's the official Python client for FalkorDB and suitable for production use. The main prerequisite is having a FalkorDB instance running separately, which is documented in the package description."},"id":"falkordb","links":{"html":"https://skillfed.io/packages/falkordb","md":"https://skillfed.io/packages/falkordb.md","pypi":"https://pypi.org/project/falkordb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"permissive","name":"FalkorDB","python_support":"supports_current","summary":"Python client for interacting with FalkorDB database"},"popularity":{"monthly_downloads":781133,"position":5081,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.7.1"}
