This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Releases: RecallGraph/RecallGraph
Releases · RecallGraph/RecallGraph
Stable Release
https://docs.recallgraph.tech/working-with-recallgraph/changelog#1-0-0
Supported ArangoDB versions: 3.5, 3.6
Highlights
- Providers for all API endpoints to let other dependent Foxx services invoke RecallGraph's service methods directly, using ArangoDB's service linking mechanism.
- Explicit Commits to sync event log with writes that occurred outside of RecallGraph's API methods.
- Purge endpoint to remove all history for nodes at a specified path.
- Restore endpoint to undelete nodes that were deleted through RecallGraph's API.
- Paths are returned in traverse calls, with support for path filters.
- k Shortest Paths - Custom-weighted, point-in-time, shortest paths between endpoints.
Supports Historical Traversals
Supported ArangoDB version: 3.5
All primary features up to historic graph traversal.
Document
- Create
- Replace
- Update
- Delete
Event
- Log
- Diff
History
- Show
- Filter
- Traverse
Suitable for non-cluster deployments only.
Preview
Supported ArangoDB version: 3.4
All document and event features functional:
Document: CRUD,
Event: Log, Diff and Show
Demo
Supported ArangoDB version: 3.4
This is a pre-release, meant only for exploring and understanding the service.
** Not meant for production use! **
Some features may be broken/incomplete.