Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
Docker Deployment Guide
A production Docker setup for EdgeAgent: multi-stage builds, Compose, networking modes and secrets management.
24 min read
Edge and IoT Deployment
What pyvorin-native 1.0.9 can and cannot do at the edge: platform support, compile-then-deploy, offline licensing, and measured IoT benchmark numbers.
Implementing Pyvorin at the Edge
Edge deployment with Pyvorin Native 1.0.9: compile on an x86_64 build host, ship the compiled cache, and activate per device within its offline grace window.
Implementing Pyvorin in Microservices
Compile CPU-bound services at build time, ship the artefacts in the image, and skip the compiler sidecar. Which service shapes benefit, which do not, and why.
Pyvorin in Docker: Best Practices
Compile in the builder stage, ship the disk cache in the image, and activate at container start. The Docker practices that matter for Pyvorin Native 1.0.9.
Pyvorin vs Nuitka
Nuitka's deliverable is a binary you can hand to a customer. Pyvorin's deliverable is speed inside the Python environment you already run. Choose accordingly.