Overview
The Seeq-Driver provides connectivity between IOTA and Seeq. The Seeq-Driver provides seamless integration between these two systems. The driver is state-less, i.e., it doesn't maintain source connections and any data caches. The single Seeq-Driver service can support multiple connections to different Seeq servers.
The driver supports the following object types:
IOTA Type | Supported? | Source Type |
---|---|---|
Tag | 🟢 | Signal |
Asset | 🟢 | Asset |
Timeframe | 🟢 | Capsule |
Diagram
Technical Specification
Description | Value |
---|---|
Latest Version | 0.15.15.0 |
Development Language | GoLang |
Processor Architecture | 64-bit |
Supported Operating Systems | Windows/Linux/OSX |
Deployment Size | 36.1 Mb |
Data modes | Read |
Request/Response pattern | Asynchronous |
Source Communication | OpenAPI |
Back-end Communication | NATs message bus |
Message bus driver type | seeq |
Near Real-Time Data Updates | Yes |
Multiple Seeq Systems | Yes |
Dependencies
The SEEQ-Driver is installed alongside the main IOTA Vue service within a containerized environment such as Kubernetes, Docker or Podman.
Security
Source Security
By default, the Seeq-Driver service uses configured service's user identity for secure connections to Seeq Server.
IOTA API (back-end) Security
The Seeq-Driver uses NATs message bus to communicate with the IOTA Vue Cluster. The two-way data traffic is encrypted using Transport Layer Security (TLS) on port 443. In addition, the message bus communication security model uses a public-key signature system based on Ed25519 called NKeys. With NKeys, the server can verify identities without ever storing or seeing private keys. The authentication system works by requiring a connecting client to provide its public key and digitally sign a challenge with its private key. The server generates a random challenge with every connection request, making it immune to playback attacks. The generated signature is validated against the provided public key, thus proving the client's identity. If the public key is known to the server, authentication succeeds.