|
| 1 | +<div align="center"> |
| 2 | + |
1 | 3 | # CodeGraph - Knowledge Graph Visualization Tool |
2 | 4 |
|
3 | | -### Visualize your repository with our graph for code analysis |
| 5 | +**Visualize codebases as knowledge graphs to analyze dependencies, detect bottlenecks, and optimize projects.** |
| 6 | + |
| 7 | +Connect and ask questions: [](https://discord.gg/b32KEzMzce) |
4 | 8 |
|
5 | 9 | [](https://app.falkordb.cloud) |
6 | 10 | [](https://hub.docker.com/r/falkordb/falkordb/) |
7 | | -[](https://discord.com/invite/6M4QwDXn2w) |
8 | 11 |
|
9 | 12 |  |
10 | 13 |
|
11 | 14 | **[Live Demo](https://code-graph.falkordb.com/)** |
12 | 15 |
|
| 16 | +</div> |
| 17 | + |
13 | 18 | ## Project Structure |
14 | 19 |
|
15 | 20 | ``` |
@@ -72,6 +77,13 @@ Copy the template and configure: |
72 | 77 | cp .env.template .env |
73 | 78 | ``` |
74 | 79 |
|
| 80 | +| Variable | Description | Required | Default | |
| 81 | +|----------|-------------|----------|---------| |
| 82 | +| `OPENAI_API_KEY` | Your OpenAI API key for code analysis | Yes | - | |
| 83 | +| `SECRET_TOKEN` | User-defined token for request authorization | Yes | - | |
| 84 | +| `FALKORDB_HOST` | FalkorDB server hostname | No | localhost | |
| 85 | +| `FALKORDB_PORT` | FalkorDB server port | No | 6379 | |
| 86 | + |
75 | 87 | Edit `.env` with your values: |
76 | 88 |
|
77 | 89 | ```bash |
@@ -204,13 +216,8 @@ Support for additional languages is planned. |
204 | 216 | | POST | `/list_commits` | List commits of a repository | |
205 | 217 | | POST | `/switch_commit` | Switch to a specific commit | |
206 | 218 |
|
207 | | -## Community |
208 | | - |
209 | | -Have questions or feedback? Reach out via: |
210 | | - |
211 | | -* [GitHub Issues](https://github.com/FalkorDB/code-graph/issues) |
212 | | -* Join our [Discord](https://discord.com/invite/6M4QwDXn2w) |
| 219 | +## License |
213 | 220 |
|
214 | | -If you find this repository helpful, please consider giving it a star! |
| 221 | +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
215 | 222 |
|
216 | | -Knowledge Graph, Code Analysis, Code Visualization, Dead Code Analysis, Graph Database |
| 223 | +Copyright FalkorDB Ltd. 2025 |
0 commit comments