signomix / signomix

Signomix IoT Platform (target architecture)

Home Page:https://signomix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIGNOMIX

IoT & data management platform

A hosted, cloud-based Signomix is available at https://signomix.com

Services forming the platform:

Quickstart

Signomix demo instance can be started using Docker Compose. The configuration file docker-compose.yml creates multi-container Signomix application using packages from GitHub repositories.

$ docker-compose -f docker-compose.yml up

Then browse to http://localhost:8080

Building local images

  • Build signomix-ta-ps
  • Build signomix-database
  • Build signomix-proxy
  • Build signomix with:
$ mvn package
$ docker build -t signomix:local .

Running local images

The services that make up the platform are launched using Docker Compose:

$ docker-compose -f docker-compose.yml -f docker-compose.local.yml up -d

To stop the platform:

$ docker-compose -f docker-compose.yml -f docker-compose.local.yml down

The next versions and the target architecture of Signomix will be available in a separate repository: signomix-ta.

About

Signomix IoT Platform (target architecture)

https://signomix.com

License:MIT License


Languages

Language:Shell 100.0%