mleku ba84e12ea9
Some checks failed
Go / build-and-release (push) Has been cancelled
Add _graph extension support to Neo4j driver
- Implement TraverseFollows using Cypher path queries on FOLLOWS relationships
- Implement TraverseFollowers using reverse path traversal
- Implement FindMentions using MENTIONS relationships from p-tags
- Implement TraverseThread using REFERENCES relationships from e-tags
  with bidirectional traversal (inbound replies, outbound parents)
- Add GraphAdapter to bridge Neo4j to graph.GraphDatabase interface
- Add GraphResult type implementing graph.GraphResultI for Neo4j
- Initialize graph executor for Neo4j backend in app/main.go

The implementation uses existing Neo4j schema and relationships created
by SaveEvent() - no schema changes required. The _graph extension now
works transparently with either Badger or Neo4j backends.

Bump version to v0.35.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 07:07:31 +01:00
2025-11-27 06:31:34 +00:00
2025-12-04 20:10:27 +00:00
Description
No description provided
Readme Unlicense 42 MiB
Languages
Go 77.4%
Svelte 9.7%
Shell 5.3%
JavaScript 3.5%
TypeScript 3.4%
Other 0.6%