Skip to main content

FalkorDB/skills

SkillsMP has collected 32 skills from FalkorDB/skills. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
32
GitHub stars
22
GitHub forks
2

Skills in this repository

Showing 32 of 32 collected skills.

occupation
Database Architects
description

Practical FalkorDB guidance — Cypher queries, UDF management, Docker operations, and data ingestion. Use when writing or reviewing FalkorDB queries, setting up FalkorDB containers, working with user-defined functions, or migrating data from other sources.

updated
occupation
Database Architects
description

Extract data from Neo4j to CSV and load it into FalkorDB

updated
occupation
Database Architects
description

Convert AWS Neptune Export CSVs and load them into FalkorDB

updated
occupation
Database Architects
description

Migrate and continuously sync data from SQL systems into FalkorDB

updated
occupation
Database Architects
description

Build FalkorDB databases from CSV inputs using the falkordb-bulk-loader utility

updated
occupation
Database Architects
description

Use RediSearch-backed full-text indexes for text search with wildcard and fuzzy matching

updated
occupation
Database Architects
description

Use HNSW vector indexes for Approximate Nearest Neighbor (ANN) search with embeddings

updated
occupation
Database Architects
description

Create labeled nodes and connect them with properties using CREATE in FalkorDB

updated
occupation
Database Architects
description

Use GRAPH.LIST, GRAPH.INFO, and GRAPH.MEMORY USAGE to monitor graphs and resources

updated
occupation
Database Architects
description

Use GRAPH.EXPLAIN to view query execution plans and validate index usage without running

updated
occupation
Database Architects
description

Match nodes by label and properties using MATCH, then return specific fields from query results

updated
occupation
Database Architects
description

Use GRAPH.PROFILE to see per-operator runtime statistics and record counts for queries

updated
occupation
Database Architects
description

Use GRAPH.RO_QUERY for read-only operations that reject write attempts in FalkorDB

updated
occupation
Database Architects
description

Use GRAPH.SLOWLOG to identify and monitor slow queries and performance bottlenecks

updated
occupation
Database Architects
description

Update node properties using SET and remove properties by setting them to NULL in FalkorDB

updated
occupation
Database Architects
description

Use MERGE for idempotent upserts with ON CREATE and ON MATCH clauses to avoid duplicates

updated
occupation
Database Architects
description

Confirm queries are using indexes through execution plan analysis with GRAPH.EXPLAIN

updated
occupation
Network & Computer Systems Administrators
description

Configure Redis authentication password using REDIS_ARGS environment variable

updated
occupation
Network & Computer Systems Administrators
description

Configure FalkorDB module settings like thread count and timeout with FALKORDB_ARGS

updated
occupation
Database Architects
description

Invoke registered UDFs within Cypher queries using LibraryName.FunctionName() syntax

updated
occupation
Database Architects
description

Remove specific UDF libraries with GRAPH.UDF DELETE or clear all with GRAPH.UDF FLUSH

updated
occupation
Database Architects
description

View all loaded UDF libraries and their source code using GRAPH.UDF LIST WITHCODE

updated
occupation
Software Developers
description

Register User-Defined Functions written in JavaScript with FalkorDB using falkor.register()

updated
occupation
Software Developers
description

Design UDFs as pure functions that transform data without mutating the graph in FalkorDB

updated
Showing 32 of 32 collected skills.