RecallGraph is a versioned-graph data store - it retains all changes that its data (vertices and edges) have gone through to reach their current state.
It supports point-in-time graph traversals, letting the user query any past state of the graph just as easily as the present.
All write operations are wrapped in ACID-compliant transactions, so your data is always consistent.
Access all functionality through REST API endpoints. Integrate into any stack. Call the API from anywhere, including servers and browsers.
Any data that you delete can always be restored, unless its history is explicitly purged from the database. You can also import your existing non-temporal data and begin tracking revisions from there.
Travel back in time to view individual node/edges states from the past, or run graph traversals or shortest-path queries on historical graph states.
RecallGraph is an OpenTracing-compliant service. Plug into your existing distributed tracing infrastructure and get insights and performance metrics OOTB.
Well designed documentation to familiarize you with the core concepts and get you up and running in the shortest time possible.