You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
48
48
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
49
49
* Event-based realtime async data processing with MongoDB Change Streams.
50
50
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
51
-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.32-alpha).
51
+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.33-alpha).
52
52
* Unlimited tags, servers, and users.
53
53
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
54
54
* Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -83,7 +83,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
Copy file name to clipboardExpand all lines: index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
48
48
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
49
49
* Event-based realtime async data processing with MongoDB Change Streams.
50
50
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
51
-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.32-alpha).
51
+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.33-alpha).
52
52
* Unlimited tags, servers, and users.
53
53
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
54
54
* Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -83,7 +83,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
@@ -85,26 +85,36 @@ nssm set JSON_SCADA_server_realtime_auth AppRotateBytes 10000000
85
85
rem Use environment variables to connect (for reading) to PostgreSQL historian (https://www.postgresql.org/docs/current/libpq-envars.html)
86
86
rem nssm set JSON_SCADA_server_realtime_auth AppEnvironmentExtra PGHOSTADDR=127.0.0.1 PGPORT=5432 PGDATABASE=json_scada PGUSER=json_scada PGPASSWORD=json_scada
0 commit comments