Skip to content

Commit

Permalink
Merge pull request #21 from FalkorDB/bolt-getting-started
Browse files Browse the repository at this point in the history
no support for bolt on the cloud
  • Loading branch information
swilly22 authored Dec 11, 2023
2 parents d2730cf + dbeb514 commit cf513ed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions bolt_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ description: "Connecting to FalkorDB using BOLT protocol."

## BOLT protocol support for FalkorDB

FalkorDB provides support for querying using BOLT drivers. This guide will walk you through the process of connecting to FalkorDB using the BOLT protocol.
FalkorDB provides support for querying using BOLT drivers.
This guide will walk you through the process of connecting to FalkorDB using the BOLT protocol.

### Prerequisites

Before you begin, ensure that you have a FalkorDB instance up and running. You can use either Docker or the FalkorDB sandbox for this purpose. Additionally, install the necessary BOLT drivers:
Before you begin, ensure that you have a FalkorDB instance up and running.
You can use our Docker image for this purpose.

```bash
docker run -p 6379:6379 -it -e FALKORDB_ARGS="BOLT_PORT 7678" --rm falkordb/falkordb:edge
```

Additionally, install the necessary BOLT drivers:

```bash
pip install neo4j
Expand Down

0 comments on commit cf513ed

Please sign in to comment.