VLINGO XOOM
  • Introduction
  • Overview
    • Quick Reference
  • Getting Started
    • Hello, World!
  • Architecture
  • XOOM Cloud
    • AWS Infrastructure
    • XOOM Cloud Operator
    • XOOM Cloud Demo
  • XOOM Designer
    • Development Guide
      • End-to-End Tests
  • Turbo
    • Annotations
    • Scooter
  • Actors
  • HTTP (REST and RPC)
  • Lattice
    • CQRS
    • Object, Stateful, and Sourced Entities With CQRS
    • Grid
    • Exchange
    • Processes
    • Spaces
    • Projections
    • Routers
  • Streams
  • Schemata
  • GraphQL Server
  • Symbio (Reactive Storage)
    • Journal Storage
    • State Storage
    • Object Storage
    • Adapters
  • Cluster
  • Directory
  • Common Tools
  • Build Plugins
  • Telemetry
  • Wire
  • Auth-Auth
  • Containerization
  • Tools and Patterns for Specific Use Cases
  • Appendix A: Deploy to Pivotal Cloud Foundry
  • FAQ
Powered by GitBook
On this page
  • Prerequisites
  • Get the Demo Application
  • Run the Demo Application
  1. XOOM Cloud

XOOM Cloud Demo

Describes the installation of XOOM Cloud Demo application

PreviousXOOM Cloud OperatorNextXOOM Designer

Last updated 3 years ago

This demo showcases the use of the VLINGO XOOM Cloud product that is published on the AWS Marketplace.

For convenience, a Docker image with this application is published automatically to xoom-cloud-demo, which is the VLINGO public repository for AWS. In practice, the application has to be built, packaged, and deployed using the your own AWS ECR repository.

Prerequisites

All the steps described in the XOOM Cloud AWS Infrastructure and XOOM Cloud Operator documentation must be completed before using this demo.

Get the Demo Application

Clone the XOOM Cloud Platform repository that is hosted on GitHub. It contains the demo application.

Run the Demo Application

To run the XOOM Cloud Demo application, use the following command.

kubectl create -f aws-demo/nodes.yml

You may decommission the demo application as follows.

kubectl delete -f aws-demo/nodes.yml
https://github.com/vlingo/xoom-cloud-platform