-
Notifications
You must be signed in to change notification settings - Fork 1
/
balena.yml
53 lines (45 loc) · 2.31 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: MING
type: sw.application
version: 1.21.10
description: >-
The MING stack is a popular combination of software technologies used for building scalable and real-time Industrial IoT data processing and visualization systems.
post-provisioning: >-
* MQTT is a lightweight messaging protocol designed for constrained devices and low-bandwidth, high-latency or unreliable networks, commonly used for IoT applications.
* InfluxDB is a scalable, high-performance, distributed, and fault-tolerant time-series database that is optimized for storing and querying large volumes of timestamped data.
* N3uron is an Industrial Edge Platform for DataOps that streamlines the flow of data between industrial devices
and business applications, either on-premise or in the cloud. N3uron provides an out-of-the-box solution for
data standardization, normalization and contextualization, seamless integration with industrial and IT systems,
efficient information management, and unparalleled scalability and security.
* Grafana is an open-source platform for data visualization and monitoring that allows users to create, explore, and share dashboards and alerts for a wide range of data sources, including databases, APIs, and metrics.
## About Us
At [N3uron](https://n3uron.com/) our mission is to design modern Industrial IoT software solutions to empower organizations to accomplish any data management project, whilst minimizing technological and financial obstacles.
assets:
repository:
type: blob.asset
data:
url: https://github.com/n3uron/ming-balena
logo:
type: blob.asset
data:
url: https://raw.githubusercontent.com/n3uron/n3uron-balena/main/logo.png
data:
applicationEnvironmentVariables:
- HOSTNAME: gateway01
- DOCKER_INFLUXDB_INIT_USERNAME: admin
- DOCKER_INFLUXDB_INIT_PASSWORD: n3urondemo
- DOCKER_INFLUXDB_INIT_ORG: N3uron
- DOCKER_INFLUXDB_INIT_BUCKET: demo
- DOCKER_INFLUXDB_INIT_RETENTION: 1w
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: iXm3eMP5ioUUntSZuHYWzjJPT
- GF_SECURITY_ADMIN_USER: admin
- GF_SECURITY_ADMIN_PASSWORD: n3uron
defaultDeviceType: intel-nuc
supportedDeviceTypes:
- intel-nuc
- generic-amd64
- genericx86-64-ext
- raspberrypi4-64
- raspberrypi400-64
- raspberrypicm4-ioboard
- raspberrypi5
- generic-aarch64