1.1.0 • Published 5 years ago

unit-swarm v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

UnitSwarm

CircleCI

Create computational units that connect to each other to form a service.

Basic Concepts

Use InterfaceUnits to create an entry point into your application. You can create entry points using HTTP and WebSocket. These connect to LogicUnits that are some form of function. It can range from authorization and shopping cart price to user data retriever and lisp interpreter. LogicUnits get their input from InterfaceUnits but get their data from DataUnits that connect to a database or consume some other API.

The structure allows you to use tests to drive development and it can run on any machine using docker. When deploying it will run under a service mesh using docker-swarm and Envoy Proxy.

1.1.0

5 years ago