@celerity-sdk/datastore
v0.3.1
Published
NoSQL data store abstraction for the Celerity Node SDK (DynamoDB / Cloud Datastore / Cosmos DB)
Readme
@celerity-sdk/datastore
NoSQL data store abstraction for the Celerity Node SDK.
Provides a unified DatastoreClient interface for working with NoSQL databases across cloud providers:
- AWS:Amazon DynamoDB
- GCP:Google Cloud Datastore
- Azure:Azure Cosmos DB
Installation
pnpm add @celerity-sdk/datastoreInstall the cloud SDK for your target platform as a peer dependency:
# AWS
pnpm add @aws-sdk/client-dynamodb @aws-sdk/lib-dynamodb
# GCP
pnpm add @google-cloud/datastore
# Azure
pnpm add @azure/cosmosStatus
This package is a stub:the interface and provider implementations are planned but not yet implemented.
Part of the Celerity Framework
See celerityframework.io for full documentation.
