TigerGraph-DevLabs / TigerGraph-CLI

https://tigergraph-devlabs.github.io/TigerGraph-CLI/
7 stars 1 forks source link

Create Data Source #10

Open rhardaway opened 2 years ago

rhardaway commented 2 years ago

Creating a data source for Kafka or S3 requires a config file. which makes the setup more secure as the file can be stored securely on the server. You can also specify the connect parameters in the gsql command, but this means authentication is passed unencrypted in the command (S3 token for example).

It would be better if a property file could be uploaded (thru UI) to the server and then accessed in the connect string via path (/home/tigergraph/tigergraph/somefolder)