Architecture
Brahmand runs as a stateless lightweight graph wrapper alongside ClickHouse:
- Client sends a Cypher query to Brahmand.
- Brahmand parses & plans the query, translates to ClickHouse SQL.
- ClickHouse executes the SQL and returns results.
- Brahmand sends results back to the client.