# VLINGO XOOM

## VLINGO XOOM

- [Introduction](https://docs.vlingo.io/master.md): VLINGO XOOM: Simple. Rapid. Delivered.
- [Overview](https://docs.vlingo.io/overview.md): How you can expect to benefit from the VLINGO XOOM platform's rich ecosystem.
- [Quick Reference](https://docs.vlingo.io/overview/quick-reference.md): A quick reference to the components that comprise the VLINGO XOOM platform.
- [Getting Started](https://docs.vlingo.io/getting-started.md): How to start using the VLINGO XOOM platform.
- [Hello, World!](https://docs.vlingo.io/getting-started/hello-world-1.md): The obligatory "Hello, World!", but it's a pretty cool design and implementation that you will really love. That's because it's a service that demonstrates the reactive platform components.
- [Architecture](https://docs.vlingo.io/architecture.md): Learn about the VLINGO XOOM architecture for building DOMA- and DDD-based microservices.
- [XOOM Cloud](https://docs.vlingo.io/xoom-cloud.md): Use the VLINGO XOOM platform optimized for cloud-based microservices architecture.
- [AWS Infrastructure](https://docs.vlingo.io/xoom-cloud/aws-infrastructure.md): Describes the steps necessary to provision and decommission AWS Infrastructure for XOOM Cloud
- [XOOM Cloud Operator](https://docs.vlingo.io/xoom-cloud/xoom-cloud-operator.md): Describes the installation of XOOM Cloud Operator
- [XOOM Cloud Demo](https://docs.vlingo.io/xoom-cloud/xoom-cloud-demo.md): Describes the installation of XOOM Cloud Demo application
- [XOOM Designer](https://docs.vlingo.io/xoom-designer.md): The visual model designer for DOMA, DDD, and compressed Ports and Adapters architecture providing low-code project delivery for the VLINGO XOOM platform.
- [Development Guide](https://docs.vlingo.io/xoom-designer/development-guide.md): In this section, practical development steps are discussed for anyone interested in contributing to the VLINGO XOOM Designer project.
- [End-to-End Tests](https://docs.vlingo.io/xoom-designer/development-guide/e2e-tests.md): Automated End-to-end testing to thoroughly corroborate the integrity of generated projects.
- [Turbo](https://docs.vlingo.io/xoom-turbo.md): The VLINGO XOOM adoption and project accelerator for Java and other JVM languages.
- [Annotations](https://docs.vlingo.io/xoom-turbo/annotations.md): Using a few lines of code, activate and configure the VLINGO XOOM components.
- [Scooter](https://docs.vlingo.io/xoom-turbo/scooter.md): A VLINGO XOOM toolset for implementing Actors and DDD entities/aggregates with persistence using a familiar blocking paradigm, supporting stepwise adoption to our full Reactive toolset.
- [Actors](https://docs.vlingo.io/xoom-actors.md): Describes the XOOM platform Reactive foundation and demonstrates how it is used.
- [HTTP (REST and RPC)](https://docs.vlingo.io/xoom-http.md): The embeddable HTTP server for Reactive REST backed by XOOM Actors and XOOM Wire.
- [Lattice](https://docs.vlingo.io/xoom-lattice.md): The VLINGO XOOM platform toolset providing compute grid, actor caching, object spaces, cross-node cluster messaging, publish-subscribe, CQRS, and Event Sourcing support.
- [CQRS](https://docs.vlingo.io/xoom-lattice/cqrs.md): Understanding Command-Query Responsibility Segregation
- [Object, Stateful, and Sourced Entities With CQRS](https://docs.vlingo.io/xoom-lattice/entity-cqrs.md): Understanding reactive Object, Stateful, Sourced, and CQRS actor-based persistence.
- [Grid](https://docs.vlingo.io/xoom-lattice/grid.md): Use XOOM LATTICE as a distributed data and compute grid where actors can send messages to other actors across a cluster of a few or many nodes.
- [Exchange](https://docs.vlingo.io/xoom-lattice/exchange.md): Using the VLINGO XOOM message and event exchange across Bounded Contexts.
- [Processes](https://docs.vlingo.io/xoom-lattice/processes.md): XOOM LATTICE long-running process orchestrations, aka Sagas, with guided steps to results.
- [Spaces](https://docs.vlingo.io/xoom-lattice/spaces.md): XOOM Spaces uses our cluster-based Grid as both a distributed object storage and a means of object exchange within a single scaled microservice (i.e. Bounded Context).
- [Projections](https://docs.vlingo.io/xoom-lattice/projections.md): The XOOM LATTICE way to project state, Domain Events, and other Source types into a CQRS Query Model.
- [Routers](https://docs.vlingo.io/xoom-lattice/routers.md): Use routers to offload command and event dispatching toward an eventual outcome.
- [Streams](https://docs.vlingo.io/xoom-streams.md): The VLINGO XOOM platform Reactive Streams built on XOOM Actors.
- [Schemata](https://docs.vlingo.io/xoom-schemata.md): The VLINGO XOOM platform schema registry.
- [GraphQL Server](https://docs.vlingo.io/graphql.md): The XOOM GraphQL server for smooth legacy integration with complex queries made simple.
- [Symbio (Reactive Storage)](https://docs.vlingo.io/xoom-symbio.md): The VLINGO XOOM Reactive CQRS and Event Sourcing storage and projections.
- [Journal Storage](https://docs.vlingo.io/xoom-symbio/sourcing-journal-storage.md): Store event and command entries in journals that collectively define state.
- [State Storage](https://docs.vlingo.io/xoom-symbio/state-storage.md): Using the XOOM Symbio Key-Value and NoSQL storage.
- [Object Storage](https://docs.vlingo.io/xoom-symbio/object-storage.md): Using XOOM Symbio to store objects.
- [Adapters](https://docs.vlingo.io/xoom-symbio/adapters.md): Using XOOM Symbio adapters to translate between service/application, messaging, and storage state.
- [Cluster](https://docs.vlingo.io/xoom-cluster.md): Scaling your services with resilience using XOOM Cluster.
- [Directory](https://docs.vlingo.io/xoom-directory.md): Registering and discovering services with XOOM Directory.
- [Common Tools](https://docs.vlingo.io/xoom-common.md): Some common tools reused by multiple VLINGO XOOM platform components.
- [Build Plugins](https://docs.vlingo.io/xoom-build-plugins.md): Automate VLINGO XOOM platform related build tasks.
- [Telemetry](https://docs.vlingo.io/xoom-telemetry.md): The Reactive metrics collection toolkit for the VLINGO XOOM platform.
- [Wire](https://docs.vlingo.io/xoom-wire.md): Wire protocol full-duplex TCP, UDP multicast, as well as RSocket messaging implementations.
- [Auth-Auth](https://docs.vlingo.io/xoom-auth.md): Platform-wide identity and access management using XOOM Auth.
- [Containerization](https://docs.vlingo.io/containerization.md): How to use Docker, Kubernetes, and Helm Charts to deploy your VLINGO XOOM platform services.
- [Tools and Patterns for Specific Use Cases](https://docs.vlingo.io/tools-and-patterns-for-specific-use-cases.md)
- [Appendix A: Deploy to Pivotal Cloud Foundry](https://docs.vlingo.io/appendix-a-deploy-to-pivotal-cloud-foundry.md): The basic steps necessary to deploy a service that uses the VLINGO XOOM platform components to the Pivotal Cloud Foundry.
- [FAQ](https://docs.vlingo.io/faq.md): Frequently Asked Questions
