VGalaxies commented on code in PR #2998:
URL: https://github.com/apache/hugegraph/pull/2998#discussion_r3199859128


##########
.serena/memories/project_overview.md:
##########
@@ -1,35 +1,27 @@
 # Apache HugeGraph Project Overview
 
 ## Project Purpose
-Apache HugeGraph is a fast-speed and highly-scalable graph database that 
supports billions of vertices and edges (10+ billion scale). It is designed for 
OLTP workloads with excellent performance and scalability.
+Apache HugeGraph is a fast-speed, highly-scalable graph database supporting 
10+ billion vertices/edges for OLTP workloads. Graduated from Apache Incubator 
(incubating branding removed).
 
 ## Key Capabilities
-- Graph database compliant with Apache TinkerPop 3 framework
-- Supports both Gremlin and Cypher query languages
-- Schema metadata management (VertexLabel, EdgeLabel, PropertyKey, IndexLabel)
+- Apache TinkerPop 3 compliant graph database
+- Gremlin + OpenCypher query languages
+- Schema metadata management (VertexLabel, EdgeLabel, PropertyKey, IndexLabel) 
with TTL update support
 - Multi-type indexes (exact, range, complex conditions)
-- Pluggable backend storage architecture
-- Integration with big data platforms (Flink/Spark/HDFS)
-- Complete graph ecosystem (computing, visualization, AI/ML)
+- Pluggable backend storage (RocksDB default, HStore distributed)
+- GraphSpace multi-tenancy (standalone mode disables GraphSpaceAPI/ManagerAPI)
+- Swagger UI for REST API documentation
+- Integration with Flink/Spark/HDFS
 
 ## Technology Stack
 - **Language**: Java 11+ (required)
-- **Build Tool**: Apache Maven 3.5+ (required)
+- **Build**: Maven 3.5+
 - **Graph Framework**: Apache TinkerPop 3.5.1
-- **RPC**: gRPC with Protocol Buffers
-- **Storage Backends**: 
-  - RocksDB (default, embedded)
-  - HStore (distributed, production)
-  - Legacy (≤1.5.0): MySQL, PostgreSQL, Cassandra, ScyllaDB, HBase, Palo
+- **RPC**: gRPC + Protocol Buffers
+- **API Docs**: Swagger (io.swagger.core.v3)
+- **Storage**: RocksDB (default/embedded), HStore (distributed/production)
+- **Legacy backends** (≤1.5.0): MySQL, PostgreSQL, Cassandra, ScyllaDB, HBase, 
Palo
 
-## Project Version
-- Current version: 1.7.0 (managed via `${revision}` property)
-- Version management uses Maven flatten plugin for CI-friendly versioning
-
-## License
-- Apache License 2.0
-- All code must include Apache license headers
-- Third-party dependencies require proper license documentation
-
-## Repository Structure
-This is a multi-module Maven project
+## Version
+- Current: 1.7.0 (`${revision}` property, Maven flatten plugin)
+- License: Apache License 2.0

Review Comment:
   This still looks unresolved on the latest head. `AGENTS.md:9` now also says 
`${revision}` is currently `1.8.0`, but the root `pom.xml` still evaluates 
`revision` to `1.7.0`, so the agent-facing docs are still out of sync.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to