Skip to content

Commit bd56091

Browse files
author
riclolsen
committed
Readme updated for version 0.39.
1 parent 0f4eff3 commit bd56091

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB databas
88

99
![](https://img.shields.io/badge/nodejs-20-green 'Node.js 20+')
1010
![](https://img.shields.io/badge/golang-1.21-green 'Go 1.21+')
11-
![](https://img.shields.io/badge/dotnet-6.0-green 'Dotnet 6.0')
11+
![](https://img.shields.io/badge/dotnet-8.0-green 'Dotnet 8.0')
1212

1313
![](https://img.shields.io/badge/mongodb-6.0-green 'MongoDB 6.0+')
14-
![](https://img.shields.io/badge/postgresql-12-green 'PostgreSQL 12+')
14+
![](https://img.shields.io/badge/postgresql-16-green 'PostgreSQL 16')
1515
![](https://img.shields.io/badge/timescaledb-2.0-green 'TimescaleDB 2.0')
16-
![](https://img.shields.io/badge/grafana-9-green 'Grafana 9+')
16+
![](https://img.shields.io/badge/grafana-11-green 'Grafana 11')
1717

1818
![](https://img.shields.io/badge/linux-x86--64-green 'Linux x86-64')
1919
![](https://img.shields.io/badge/linux-ARM-green 'Linux ARM-64')
@@ -28,7 +28,7 @@ A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB databas
2828
![](https://img.shields.io/badge/MQTT-green 'MQTT')
2929
![](https://img.shields.io/badge/Sparkplug--B-green 'Sparkplug B')
3030
![](https://img.shields.io/badge/OPC--UA-green 'OPC-UA')
31-
![](https://img.shields.io/badge/OPC--DA-yellow 'OPC-DA')
31+
![](https://img.shields.io/badge/OPC--DA-green 'OPC-DA')
3232
![](https://img.shields.io/badge/Modbus-green 'Modbus')
3333

3434
![](https://img.shields.io/badge/license-GPL-green 'License GPL')
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4848
- MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4949
- Event-based realtime async data processing with MongoDB Change Streams.
5050
- 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.38-alpha).
51+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.39-alpha).
5252
- Unlimited tags, servers, and users.
5353
- Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5454
- 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.
@@ -89,7 +89,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8989
## Documentation
9090

9191
- [Generic Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)
92-
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.38-alpha)
92+
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.39-alpha)
9393
- [RedHat/Rocky Linux Installer](https://github.com/riclolsen/json-scada/blob/master/docs/install.md#rhel94-and-compatible-systems-automated-installation)
9494
- [Docker Demo](https://github.com/riclolsen/json-scada/blob/master/demo-docker/README.md)
9595
- [Schema Documentation](https://github.com/riclolsen/json-scada/blob/master/docs/schema.md)

index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB database server.
88

99
![](https://img.shields.io/badge/nodejs-20-green 'Node.js 20+')
10-
![](https://img.shields.io/badge/golang-1.21-green 'Go 1.21+')
11-
![](https://img.shields.io/badge/dotnet-6.0-green 'Dotnet 6.0')
10+
![](https://img.shields.io/badge/golang-.21-green 'Go 1.21+')
11+
![](https://img.shields.io/badge/dotnet-8.0-green 'Dotnet 8.0')
1212

1313
![](https://img.shields.io/badge/mongodb-6.0-green 'MongoDB 6.0+')
14-
![](https://img.shields.io/badge/postgresql-12-green 'PostgreSQL 12+')
14+
![](https://img.shields.io/badge/postgresql-16-green 'PostgreSQL 16')
1515
![](https://img.shields.io/badge/timescaledb-2.0-green 'TimescaleDB 2.0')
16-
![](https://img.shields.io/badge/grafana-9-green 'Grafana 9+')
16+
![](https://img.shields.io/badge/grafana-11-green 'Grafana 11')
1717

1818
![](https://img.shields.io/badge/linux-x86--64-green 'Linux x86-64')
1919
![](https://img.shields.io/badge/linux-ARM-green 'Linux ARM-64')
@@ -28,7 +28,7 @@ A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB databas
2828
![](https://img.shields.io/badge/MQTT-green 'MQTT')
2929
![](https://img.shields.io/badge/Sparkplug--B-green 'Sparkplug B')
3030
![](https://img.shields.io/badge/OPC--UA-green 'OPC-UA')
31-
![](https://img.shields.io/badge/OPC--DA-yellow 'OPC-DA')
31+
![](https://img.shields.io/badge/OPC--DA-green 'OPC-DA')
3232
![](https://img.shields.io/badge/Modbus-green 'Modbus')
3333

3434
![](https://img.shields.io/badge/license-GPL-green 'License GPL')
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4848
- MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4949
- Event-based realtime async data processing with MongoDB Change Streams.
5050
- 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.38-alpha).
51+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.39-alpha).
5252
- Unlimited tags, servers, and users.
5353
- Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5454
- 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.
@@ -89,7 +89,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8989
## Documentation
9090

9191
- [Generic Install Guide](docs/install.md)
92-
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.38-alpha)
92+
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.39-alpha)
9393
- [RedHat/Rocky Linux Installer](docs/install.md#rhel94-and-compatible-systems-automated-installation)
9494
- [Install Guide](docs/install.md)
9595
- [Docker Demo](demo-docker/README.md)

0 commit comments

Comments
 (0)