ArcadeDB via Postgres Protocol #2688
Unanswered
gramian
asked this question in
Data Source Request
Replies: 1 comment
-
|
Here is an error reported by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you use this database for?
I use ArcadeDB as core component of a data-lake and metadata-catalog. ArcadeDB can be queried in a dialect of SQL.
Are there any existing node clients for this data source?
See: https://docs.arcadedb.com/#Drivers and https://docs.arcadedb.com/#Compatible-Tools
Particularly the postgres wire protocol is supported if the option
preferQueryMode=simpleis passed. Currently, I need to edit theconnection.yamlto pass a sub-object of options, ie:However, it seems Evidence crashes using it this way; on the ArcadeDB side also an error is logged.
In the web interface this not configurable, and the option above is rendered as
[Object object]in the "Options" form element.Are you interested in contributing this connector?
I'd like to contribute, but I need some help
Beta Was this translation helpful? Give feedback.
All reactions