Usage example
You can find a simple example of the DKG Edge Node usage below to help you get started.
Interacting with the Web UI
You can access the user interface at http://your-nodes-ip-address.
Logging in
When accessing your node endpoint, you will be redirected to the login page.
The default login credentials are as follows:
username: my_edge_node
password: edge_node_pass
Publishing a Knowledge Asset
We have prepared a simple example, which is processing JSON files that represent movies.
Example JSON for a movie:
You can create any kind of JSON representing a book, movie, or music following the example above.
Go to http://your-nodes-ip-address/contribute and upload your JSON.
If you are using WSL, the node's IP address will be the IP address of the virtual machine.
The Edge Node will:
Process your input file and create a JSON-LD out of it.
Publish the Knowledge Asset on the Decentralized Knowledge Graph (DKG) from that JSON-LD.
Passing a query
After successfully creating the Knowledge Asset, go to http://your-nodes-ip-address/ai-assistant, and ask the AI Assistant a question about the movie (or other work) you put in the JSON to see how it works.
Last updated
Was this helpful?