You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

THIS IS DRAFT AND NOT TO BE USED AT THIS TIME. This is in DEVELOPMENT.


Architectural Tenets

  • Hardware independent (Intel, Arm, ...)
  • OS independent (Windows, Linux, *nix, ...)
  • Flexible deployment models (virtualization, containerization, local, cloud, ...)
  • Microservices everywhere for everything--independently developed, deployed, updated modules of the gateway software and reduce single points of failure
  • Productivity over technology--select your language (polyglot), pick your framework
  • Best practices solutions and supports the ecosystem (any microservice can be replaced by a better service or one that better supports a particular  use case)

open source

plug and play architecture

polyglot.  Can develop in any language and not limited to one such as Java.

We provide SDK to provide scaffolding.


  • No labels