Voedger
  • Introduction
  • Concepts
    • Motivation
    • Clusters & Federations
    • Applications
    • VSQL
    • Evend Sourcing & CQRS
    • Editions
    • Services
    • Notation
  • Getting Started
    • Install Voedger CE
    • Install Voedger SE
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Concepts

Applications

PreviousClusters & FederationsNextVSQL

Last updated 1 year ago

Was this helpful?

  • Voedger Application: A runtime instance of the software defined by the Application Image. Application is partitioned into one or many Application Partitions.

  • Application Image: A ZIP archive containing several *.vsql files that describe the application's data schema (using VSQL language), along with WASM files.

  • Application Sources: The original files and resources used to build the Application Image.

  • vpm: The Voedger Package Manager, a command-line interface (CLI) tool designed to build Application Images from Application Sources.

Voedger Application lifecycle