Shared models for storage contracts, requests, responses and connector capabilities.
File-based connector that stores entities on disk for straightforward deployments.
REST client for calling storage services from applications and tools.
Google Cloud Firestore connector for document-based persistence.
Entity storage connector that publishes local changes and applies remote updates.
Amazon DynamoDB connector for managed NoSQL persistence.
Azure Cosmos DB connector for globally distributed persistence.
PostgreSQL connector for relational persistence and advanced SQL features.
MongoDB connector for flexible document-oriented persistence.
MySQL connector for relational persistence with SQL querying.
ScyllaDB connector for distributed, high-throughput persistence.
Service layer exposing storage contracts and REST endpoint definitions.
In-memory connector for local development, testing and short-lived workloads.