mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Implement NeptuneAuthTokenManager extending Neo4j AuthManager for IAM SigV4 signing - Add automatic token refresh and security exception handling - Add retry logic with backoff for transient errors (signature expired, connection closed) - Add connection recovery with driver recreation - Add NeptuneDriver, NeptuneSession, NeptuneTransaction wrapper classes - Use native Neptune ~id via id() function for all CRUD operations - Add graph-amazon-neptune optional dependency group (boto3, neo4j) - Update cookbook with Amazon Neptune Graph Store examples - Add comprehensive tests (61 tests covering all GraphStore interface methods) Closes #151