Getting Started

Introduction

Quick Start Guide

Domain Registration

Core Features

WebSocket Servers

PostgreSQL Connections

Custom S3 Object Stores

CLI & Deployment

Droplet Leases & Setup

datavec compile

datavec deploy

Developer Guides

Documentation

Learn how to build, compile, and host native edge workers using DataVec. Integrate WebSocket streaming, secure Postgres databases in unveil spaces, and custom S3 object storage workers deployed onto dedicated Digital Ocean droplets.

Deploy in 3 steps

Install the CLI toolchain, compile your JS/TS Web Worker file to native machine code, and deploy to our global flat-rate edge network.

1. INSTALL TOOLCHAIN

$ npm install -g datavec-cli

2. COMPILE NATIVELY

$ datavec compile src/worker.ts --optimize

3. SHIP TO EDGE

$ datavec deploy --project nextjs-api

Featured Guides

Introduction

Learn the core philosophy and compiled architecture of the DataVec edge network.

Quick Start Guide

Deploy your first native C Web Worker in under 3 minutes.

Domain Registration

Register a new domain or bind your existing one to set up a default site.

WebSocket Servers

Handle real-time, bi-directional messaging streams compiled directly to native code.

PostgreSQL Connections

Query PostgreSQL databases securely via the native wire protocol isolated within process-level unveil spaces.

Custom S3 Object Stores

Deploy R2-compatible S3 object stores as Web Workers built using DataVec services.