-
Notifications
You must be signed in to change notification settings - Fork 12
Data node
dglogik edited this page Sep 19, 2019
·
1 revision
All the information that you see under the /data node on the Data tab is stored in the following locations.
- Metadata including node type, whether it is writable, link to history, etc. are stored in the data.json file in the server's root folder.
- Nodes values are stored in the storage/data folder. The folder contains a file for each node with its path as a file name. The content of the file is the node’s actual value.
Protocol
◌ Design
◌ Initializing Connection
◌ Node API
◌ Methods
◌ Broker
◌ Broker Discovery
◌ Configs
◌ Value Types
◌ Tokens
◌ Quality of Service
DSLink Manager
◌ dslink.json
◌ Startup Command
SDK Development
◌ Implementation Guide
DSA Server
◌ Installation
◌ Update Server
◌ Server Configuration
◌ CLI Tools
◌ DSA Permission Basics
◌ DSA Permission Model
◌ Permission List for the Root
◌ Authentication
◌ OpenID Connect
◌ Password Hasher
◌ DGLux Server SSL (HTTPS)
◌ Docker
◌ Audit
◌ Data Node
◌ Install NGINX with DSA Server
◌ Configure Ubuntu Linux to auto start DSA server
◌ Troubleshooting