datastores

package
v0.3.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package datastores provides an EnginePlugin that registers NoSQL data store module types (nosql.memory, nosql.dynamodb, nosql.mongodb, nosql.redis) and their corresponding pipeline step types (step.nosql_get, step.nosql_put, step.nosql_delete, step.nosql_query).

Index