falkordb-browser

falkordb-browser

FalkorDB-Browser is a visualization UI for FalkorDB.

Stars: 55

Visit
 screenshot

FalkorDB Browser is a user-friendly web application for browsing and managing databases. It provides an intuitive interface for users to interact with their databases, allowing them to view, edit, and query data easily. With FalkorDB Browser, users can perform various database operations without the need for complex commands or scripts, making database management more accessible and efficient.

README:

Dockerhub Discord Workflow

FalkorDB Browser

Try Free

🎉 JUNE 2025 NEW UPDATE: Improved UI & Experience

Visualize, manipulate and manage FalkorDB graph data interactively to monitor and explore data changes. The latest version introcused the following improvements

FalkorDB browser 06-25

Faster Graph Creation & Querying

Quickly create new graphs and run queries with fewer clicks. The UI now guides you through graph setup with smarter defaults and clearer feedback.

Simplified Node Editing

Editing node properties is now faster and more intuitive. Fewer modal windows, inline property editing, and immediate updates make this flow significantly more usable.

Query History Panel

A new history panel stores your recent queries. This makes it easier to iterate, profile, debug, or rerun past queries without leaving the editor.

Better Search

The search bar now indexes schema, nodes, and metadata. Results are ranked more effectively and load with lower latency.

Expanded Settings & User Controls

New options let you fine-tune database behavior, toggle visual preferences, and manage users without falling back to CLI tools.

image (4) FalkorDB browser 06-25

Get Started & Demo

Access the Browser: (https://browser.falkordb.com)

Quick start

Run the graph database and browser from one docker container

Step 1:

docker run -p 3000:3000 -p 6379:6379 -it --rm falkordb/falkordb:latest

Step 2:

Open http://localhost:3000 with your browser.

Note: to run the application with a different URL, set the NEXTAUTH_URL environment variable.

docker run -p 3000:3000 -e "NEXTAUTH_URL=https://www.yoururl.com" -p 6379:6379 -it --rm falkordb/falkordb:latest

Note: Alternativly, you can run the browser from source and database using Docker

Run the graph database from Docker container

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

Build and run browser from source

  • Clone the git repository git clone [email protected]:FalkorDB/falkordb-browser.git
  • Create .env.local in the clone directory cp .env.local.template .env.local
  • Build the node project npm -i
  • run the server npm run dev

Open http://localhost:3000 with your browser.

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for falkordb-browser

Similar Open Source Tools

For similar tasks

For similar jobs