| ... | ... | @@ -36,7 +36,11 @@ https://www.strfti.me/ |
|
|
|
|
|
|
|
# Things
|
|
|
|
|
|
|
|
In this area you can manage your _Things_. Existing _Things_ are displayed here and can be searched and edited. New _Things_ can be created. A _Thing_ describes a data stream that comes from a defined source (e.g. a file, a file server or a specific server with a programming interface). Various metadata can be attached to this data stream and supplemented with specific attributes, e.g. for the data format.
|
|
|
|
In this area you can manage your _Things_.
|
|
|
|
* Existing _Things_ are displayed here and can be searched and edited.
|
|
|
|
* New _Things_ can be created.
|
|
|
|
* A _Thing_ describes a data stream that comes from a defined source (e.g. a file, a file server or a specific server with a programming interface).
|
|
|
|
* Various [metadata](https://codebase.helmholtz.cloud/ufz-tsm/timeio-support/-/wikis/Metadata) can be attached to this data stream and supplemented with specific attributes, e.g. for the data format. But this is configuered elswere.
|
|
|
|
|
|
|
|
## Search Thing
|
|
|
|
|
| ... | ... | @@ -97,6 +101,29 @@ If you want to sync the entire home directory you could as well use any of the t |
|
|
|
* user: `met-mosep`
|
|
|
|
* path: `/met-mosep/`
|
|
|
|
|
|
|
|
|
|
|
|
**Public Key**
|
|
|
|
#### Test
|
|
|
|
This is the public key generated by TimeIO. You have to place this key on your external SFTP such that TimeIO is allowed to access it.
|
|
|
|
* **Column delimiter:** e.g. typical csv delimiter: , ; \\t
|
|
|
|
* **Timestam column** :
|
|
|
|
* On your SFTP (eg. files.ufz.de) open the hidden folder `.ssh` with the file `authorized_keys`
|
|
|
|
* Copy the Public Key from Timeio to a new line and save the file
|
|
|
|
* You might add a comment at the end of the line, so in the future you know where this key belongs to.
|
|
|
|
* **Example**
|
|
|
|
|
|
|
|
|
|
|
|
| Public Key
|
|
|
|
|---------
|
|
|
|
|
|
|
|
|
|
|
|
|
| Public Key with comment
|
|
|
|
|---------
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Edit Thing
|
|
|
|
|
|
|
|
To edit an existing thing, click on it in the selection list. A new tab will open. For more information, see create Thing.
|
| ... | ... | |
| ... | ... | |