FalkorDB / code-graph

https://code-graph.falkordb.com
MIT License
35 stars 7 forks source link

broken: code-graph.falkordb.com/ #44

Closed hpvd closed 5 months ago

hpvd commented 7 months ago

following the link in about section to https://code-graph.falkordb.com/ this screen loads forever: 2024-02-19_18h32_43

gkorland commented 7 months ago

@hpvd thanks we'll fix it up. Meanwhile notice you can just run the demo locally see: https://github.com/FalkorDB/code-graph/blob/main/README.md

bradphelan commented 7 months ago

Not sure that it works. I get the following

❯ podman run -p 6379:6379 -it --rm falkordb/falkordb
6:C 06 Mar 2024 18:30:45.397 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
6:C 06 Mar 2024 18:30:45.397 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
6:C 06 Mar 2024 18:30:45.397 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=6, just started
6:C 06 Mar 2024 18:30:45.397 * Configuration loaded
6:M 06 Mar 2024 18:30:45.397 * monotonic clock: POSIX clock_gettime
                _._
           _.-``__ ''-._
      _.-``    `.  `_.  ''-._           Redis 7.2.4 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 6
  `-._    `-._  `-./  _.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |           https://redis.io
  `-._    `-._`-.__.-'_.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |
  `-._    `-._`-.__.-'_.-'    _.-'
      `-._    `-.__.-'    _.-'
          `-._        _.-'
              `-.__.-'

6:M 06 Mar 2024 18:30:45.403 * <graph> Enabled role change notification
6:M 06 Mar 2024 18:30:45.403 * <graph> Starting up FalkorDB version 4.0.5.
6:M 06 Mar 2024 18:30:45.404 * <graph> Thread pool created, using 24 threads.
6:M 06 Mar 2024 18:30:45.404 * <graph> Maximum number of OpenMP threads set to 24
6:M 06 Mar 2024 18:30:45.404 * <graph> Query backlog size: 1000
6:M 06 Mar 2024 18:30:45.404 * Module 'graph' loaded from /FalkorDB/bin/src/falkordb.so
6:M 06 Mar 2024 18:30:45.404 * Server initialized
6:M 06 Mar 2024 18:30:45.404 * Ready to accept connections tcp
   ▲ Next.js 14.1.0
   - Local:        http://1a6cae88dcca:3000
   - Network:      http://10.0.2.100:3000

 ✓ Ready in 63ms

but the server http://10.0.2.100:3000/ doesn't host anything neither does http://localhost:3000. Browser times out waiting. No terminal comes up where I can do npm installl and npm run dev

AviAvni commented 6 months ago

@bradphelan you didn't opened the 3000 port see the command line you used

bradphelan commented 6 months ago

I ran

podman run -p 6379:6379 -it --rm falkordb/falkordb

and I didn't get an interactive session so I couldn't add further commands. The last thing the container showed was

✓ Ready in 63ms

and no terminal came up available to enter the npm commands you suggest.

gkorland commented 5 months ago

https://code-graph.falkordb.com was fixed.

hpvd commented 5 months ago

works fine :-)