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
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.
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
Learn the core philosophy and compiled architecture of the DataVec edge network.
Deploy your first native C Web Worker in under 3 minutes.
Register a new domain or bind your existing one to set up a default site.
Handle real-time, bi-directional messaging streams compiled directly to native code.
Query PostgreSQL databases securely via the native wire protocol isolated within process-level unveil spaces.
Deploy R2-compatible S3 object stores as Web Workers built using DataVec services.