FalkorDB / falkordb-browser

FalkorDB-Browser is a visualization UI for FalkorDB.
https://www.falkordb.com/
Other
20 stars 6 forks source link

demo needs user and pw #100

Closed hpvd closed 6 months ago

hpvd commented 9 months ago

was very curious :-) but demo advertised in readme seems to need a user and pw...

https://browser.falkordb.com/

2024-02-19_18h21_20

gkorland commented 8 months ago

username and password are optional depending how you started the server

hpvd commented 8 months ago

hmm seems not to be optional: 2024-02-21_12h58_18

gkorland commented 8 months ago

the server host is not optional :) you need to set your endpoint

hpvd commented 8 months ago

aaah ok now I get it :-) was expecting a full Demo on your site (incl Server and demo data)...

gkorland commented 8 months ago

you're right, we'll get it connected. Meanwhile if you want to create a demo free sandbox database you can use https://cloud.falkordb.com/ Also you can get it in one docker run

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