Fast onboarding
Start from the dashboard, get an API key and test a real workload on the Free plan in minutes.
eeCLOUD is a high-performance data engine for structured and semi-structured workloads. Create an Application, organize data in Memory containers, and ship reads and writes through REST, SDK and Dashboard.
Start on Free, upgrade per Application when a workload moves to production
// Install: dotnet add package eeCLOUD.SDK
var client = new eeCloudClient(apiKey);
await client.Memory("telemetry").WriteAsync(
new
{
deviceId = "sensor-01",
temperature = 23.8,
ts = DateTime.UtcNow
},
reference: 1001
);POST /write 200 OK 14ms
GET /read/ref 200 OK 4ms
PATCH /update/address 200 OK 6msA single model across platform, API and tooling
A managed DaaS designed for teams that want a fast start, a clear data model and subscriptions that scale per Application.
Start from the dashboard, get an API key and test a real workload on the Free plan in minutes.
Application, Memory and MemoryArea give structure without forcing a traditional ORM workflow.
Handle structured and semi-structured payloads with references, indexes, business dates and persistence timestamps.
Create an Application, pick the Free plan to start, then move the same workload to a higher subscription when needed.
eeCLOUD keeps the surface simple, but the model is ready for multi-tenant and event-heavy systems.
Use numeric references to group by tenant, user, device or session without burying ownership only inside JSON fields.
Enable clusterized: true during writes to physically partition large, high-cardinality workloads.
Read flexibly, then update, delete, restore or erase deterministically through the record address.
Use eeCACHE as persistent local cache or as a primary backend when the architecture benefits from it.
Especially useful when reads follow ownership, chronology or "latest state" patterns.
Track device telemetry and events with reference-based grouping per sensor, tenant or fleet.
Support multi-tenant backends with isolated Applications and scalable clusterized writes.
Keep business history while still reading the most recent relevant state in a deterministic way.
Pair cloud storage with optional eeCACHE to support resilient local-first or hybrid deployments.
Every Application can stay on Free for onboarding or move to a paid subscription when the workload becomes production-critical.
Ideal for onboarding a new Application
Scale the workload, not the complexity
For advanced production and platform use cases
Use Free to prove the workload, then promote that same Application to the subscription tier that matches growth.
Launch an Application on Free, validate the integration, then scale the same workload with the subscription that fits.