Skip to content

Add SAP HANA Cloud community checkpointer to docs #6925

@stubborncoder

Description

@stubborncoder

Community Checkpointer: SAP HANA Cloud

Hi! I've built and published a LangGraph checkpoint saver for SAP HANA Cloud: langgraph-checkpoint-hana

Links

What it does

Implements the full BaseCheckpointSaver interface for SAP HANA Cloud, enabling conversation memory, human-in-the-loop workflows, time travel, and fault recovery for LangGraph agents running on SAP BTP.

Why HANA?

Many enterprises run on SAP and their business data lives in HANA Cloud. This checkpointer lets AI agent state live alongside financial documents, master data, and transactional records — one database to manage, back up, and secure.

Features

  • Full sync + async interface (async delegates to sync since hdbcli is synchronous)
  • UPSERT-based writes (atomic insert-or-update via HANA's UPSERT ... WITH PRIMARY KEY)
  • Thread deletion for cleanup/GDPR compliance
  • from_conn_info(), from_env(), and raw connection constructors
  • Unit tests (mocked) + integration tests against real HANA Cloud

Request

Would it be possible to list this as a community checkpointer in the LangGraph documentation (alongside Redis, Couchbase, etc.)?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions