Skip to content

Ask for help on how to resolve the adapter #385

Answered by vogti
erdengk asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @erdengk
As stated in the error message, you need to specify a deployment mode. The correct query would be:
ALTER ADAPTERS ADD "test" USING 'org.polypheny.db.adapter.file.FileStore' WITH '{"mode":"embedded"}'

Our documentation on the website is not yet covering this part. However, I recommend simply deploying the adapter using the Polypheny-UI.

The idea of the SQL commands is to allow scripting the deployment of adapters. There is also a trick to easily get the required query: Simply click on the </> in the success message, and you find the query in your clipboard.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@erdengk
Comment options

Answer selected by erdengk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants