prototype-based actor system for tracking digital twin state via json and xml telemetry
  • Scala 97.1%
  • Dockerfile 2.9%
Find a file
2019-07-28 11:54:00 -07:00
docs notes 2019-07-28 11:54:00 -07:00
examples init 2019-07-28 09:36:59 -07:00
project init 2019-07-28 09:36:59 -07:00
src/main notes 2019-07-28 11:54:00 -07:00
.gitignore init 2019-07-28 09:36:59 -07:00
build.sbt init 2019-07-28 09:36:59 -07:00
Dockerfile init 2019-07-28 09:36:59 -07:00
LICENSE Create LICENSE 2019-07-28 09:41:12 -07:00
README.md readme 2019-07-28 09:44:58 -07:00

Augorama

A prototype-based actor system for tracking digital twin state via json and xml telemetry.

UNDER CONSTRUCTION

UNDER CONSTRUCTION

UNDER CONSTRUCTION

to test:

sbt test

to package:

sbt assembly
docker build -t Augorama .

to generate and view code coverage reports:

sbt clean coverage test
sbt coverageReport
open target/scala-2.12/scoverage-report/index.html

for code stats:

sbt stats