Update README.md
This commit is contained in:
parent
6f0719980b
commit
5222b73fe8
|
|
@ -1,4 +1,4 @@
|
|||
# Star-Mapper — Cortex Graph Explorer
|
||||
# Star-Mapper — Graph Explorer
|
||||
|
||||
A high-performance Neo4j graph visualization app with Python-precomputed layouts and a Canvas 2D frontend.
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ Open **http://localhost:5555** in your browser.
|
|||
|
||||
| Variable | Default | Description |
|
||||
|---|---|---|
|
||||
| `NEO4J_HTTP_URL` | `https://neo4j.develop.cortex.cloud.otto.de` | Neo4j HTTP endpoint |
|
||||
| `NEO4J_HTTP_URL` | `` | Neo4j HTTP endpoint |
|
||||
| `NEO4J_USER` | `neo4j` | Username |
|
||||
| `NEO4J_PASSWORD` | _(empty)_ | Password |
|
||||
| `NEO4J_DATABASE` | `neo4j` | Database name |
|
||||
|
|
@ -154,4 +154,4 @@ python app.py
|
|||
## Notes
|
||||
|
||||
- The current service is the Flask app in `app.py`.
|
||||
- Legacy crawler functionality still exists in `src/Star-Mapper/main.py`, but the existing web UI and API are designed for Neo4j graph exploration.
|
||||
- Legacy crawler functionality still exists in `src/Star-Mapper/main.py`, but the existing web UI and API are designed for Neo4j graph exploration.
|
||||
|
|
|
|||
Loading…
Reference in New Issue