Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Releases: RecallGraph/RecallGraph

Stable Release

07 Jun 03:35

Choose a tag to compare

https://docs.recallgraph.tech/working-with-recallgraph/changelog#1-0-0

Supported ArangoDB versions: 3.5, 3.6

Highlights

  1. Providers for all API endpoints to let other dependent Foxx services invoke RecallGraph's service methods directly, using ArangoDB's service linking mechanism.
  2. Explicit Commits to sync event log with writes that occurred outside of RecallGraph's API methods.
  3. Purge endpoint to remove all history for nodes at a specified path.
  4. Restore endpoint to undelete nodes that were deleted through RecallGraph's API.
  5. Paths are returned in traverse calls, with support for path filters.
  6. k Shortest Paths - Custom-weighted, point-in-time, shortest paths between endpoints.

Supports Historical Traversals

01 Feb 10:39

Choose a tag to compare

Supported ArangoDB version: 3.5

All primary features up to historic graph traversal.

Document

  1. Create
  2. Replace
  3. Update
  4. Delete

Event

  1. Log
  2. Diff

History

  1. Show
  2. Filter
  3. Traverse

Suitable for non-cluster deployments only.

Preview

20 Nov 05:04

Choose a tag to compare

Preview Pre-release
Pre-release

Supported ArangoDB version: 3.4

All document and event features functional:
Document: CRUD,
Event: Log, Diff and Show

Demo

29 Apr 13:43
5e1ef15

Choose a tag to compare

Demo Pre-release
Pre-release

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.