Skip to main content

Python client for interacting with FalkorDB database

Project description

license Release PyPI version Codecov Forum Discord

falkordb-py

Try Free

FalkorDB Python client

see docs

Installation

pip install FalkorDB

Usage

Run FalkorDB instance

Docker:

docker run --rm -p 6379:6379 falkordb/falkordb

Or use our sandbox

Example

from falkordb import FalkorDB

# Connect to FalkorDB
db = FalkorDB(host='localhost', port=6379)

# Select the social graph
g = db.select_graph('social')

# Create 100 nodes and return a handful
nodes = g.query('UNWIND range(0, 100) AS i CREATE (n {v:1}) RETURN n LIMIT 10').result_set
for n in nodes:
    print(n)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

falkordb-1.0.10.tar.gz (27.2 kB view details)

Uploaded Source

File details

Details for the file falkordb-1.0.10.tar.gz.

File metadata

  • Download URL: falkordb-1.0.10.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.1 Linux/6.5.0-1025-azure

File hashes

Hashes for falkordb-1.0.10.tar.gz
Algorithm Hash digest
SHA256 f3db65e4e1f85f1b68a8cda97b1f7d756af4942a88712696fb2cfa53537025b8
MD5 d7487876d803d0c77785e7f8b474f4a8
BLAKE2b-256 a07b561a794dd04519dd87d65c331c0a29e1dc7356dc5bab9c04276b28a55f31

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page