Stored Functions on Cloud version?

is it available the use of stored functions on cloud version? I´m working with Studio and I can´t find any option to do that

Thank you

Currently Studio does not provide a way to create stored functions (it only creates stored queries). You can run the CLI command locally to create a stored function in your cloud instance:

stardog-admin --server ENDPOINT function add -u USERNAME -p PASSWORD "function ..."

You can find the ENDPOINT URL displayed in the Stardog Cloud connections page.

Best,
Evren

1 Like

...but to be able to do it with CLI, super-user is needed and there is only one super-user created by default when accesing cloud, and I don´t know the password because I guess it is an internal user