DynamoDB checkpoint saver implementation for LangGraph
Project description
LangGraph DynamoDB Checkpoint Saver
Overview
The langgraph_dynamodb_checkpoint module provides an implementation for saving checkpoints in DynamoDB for LangGraph applications.
Installation
To install the module, ensure you have Python 3.9 or higher and use the following command:
pip install langgraph-dynamodb-checkpoint
Usage
Below is a basic example of how to use the DynamoDB Checkpoint Saver in your LangGraph application.
from langgraph_dynamodb_checkpoint import DynamoDBSaver
Initialize the DynamoDB Saver
Module creates this table if it does not already exists.
saver = DynamoDBSaver(table_name='your_table_name', max_read_request_unit=10, max_write_request_unit=10)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langgraph_dynamodb_checkpoint-0.1.2.tar.gz.
File metadata
- Download URL: langgraph_dynamodb_checkpoint-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dde70e2c4845449ca63c0c74dd5c6f917db3ba1e1dfdc3e68af86b8c90f20dc
|
|
| MD5 |
982490365875a82c22b717b95c3831d4
|
|
| BLAKE2b-256 |
99eaf9c00794e3ac3abdea88f9af0b66462fc8e4ccb77e42eecfbb415a44c9d5
|
File details
Details for the file langgraph_dynamodb_checkpoint-0.1.2-py3-none-any.whl.
File metadata
- Download URL: langgraph_dynamodb_checkpoint-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45f2aea80fa47884015ecdfae68c210f74d57ae0976e559fae569d36347e562e
|
|
| MD5 |
fb076afb5a6bd2bb29b50ae179cd08a3
|
|
| BLAKE2b-256 |
76d72b0aa9d2c005ab854258f275bb3505eed6f8d137f3580d3ca15d7e9bdccf
|