Skip to main content

Python client for interacting with FalkorDB database

Project description

FalkorDB

license Release PyPI version Codecov

Forum Discord

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.3.tar.gz (25.6 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: falkordb-1.0.3.tar.gz
  • Upload date:
  • Size: 25.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.0 Linux/6.5.0-1015-azure

File hashes

Hashes for falkordb-1.0.3.tar.gz
Algorithm Hash digest
SHA256 1fcd148935be13493569f599cbbec7bb49ceaf885d4792e6405e07b7e601e24c
MD5 8891c789abc1b100cf3be17f5a28f645
BLAKE2b-256 72e51d6afa3016a32c682282a84cb056aeecbc673783292e008ef7bb322977be

See more details on using hashes here.

Supported by

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