API SQL
flowchart LR
t1000((T1000))
tx2((TX2EFM))
subgraph Illumass
sensorData[(Sensor data)]
subgraph Dedicated Server
sql[(SQL)]
end
sensorData --> sql
end
t1000 --> sensorData
tx2 --> sensorData
subgraph Customer
scada[SCADA System]
bi[Business Intelligence]
ml[AI Machine Learning]
sql --> scada
sql --> bi
sql --> ml
end
Illumass can provide a SQL database for other software systems to read data from. The SQL database can be Microsoft SQL Server, PostgreSQL, or MySQL. Other RDBMS are supported, such as Oracle, but may incur an additional fee.
The dedicated server is protected with a firewall. It will only allow relevant incoming database ports (e.g. 1433 for SQL Server, 3306 for MySQL, 5432 for PostgreSQL). No outgoing ports are allowed. At customer's request the firewall can whitelist specific IP addresses.
All ingress and egress Illumass traffic is SSL encrypted.