signomix / signomix-main

Signomix allows you to manage IoT devices, collect, view and analyze the data sent by these devices.

Home Page:https://signomix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On November 22, 2023, I changed the name of the GitHub repository "signomix" to "signomix-main". This change was intended to organize the naming in a way that better reflects the purpose of each repository in the Signomix platform.

You can find more information about the platform and the changes in the project in the "signomix-ta" repository.

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 allows you to manage IoT devices, collect, view and analyze the data sent by these devices.

https://signomix.com

License:MIT License


Languages

Language:Java 86.2%Language:JavaScript 7.4%Language:HTML 2.8%Language:Riot 2.0%Language:CSS 1.4%Language:Dockerfile 0.1%Language:Shell 0.0%