Roberto Franchini
Roberto Franchini
closing: pr is merged
hi @crearc , you should be able to "ping" your neptune clusterfrom the command line while in VPN: ``` ping my-db.xxxxxxxxxxx.us-east-1.neptune.amazonaws.com ``` if the ping command doesn't work, try with...
We tested only using an EC2 in the same VPC instance as SSH gateway: https://docs.aws.amazon.com/neptune/latest/userguide/security-vpc.html Which kind of configuration do you provide to graphexp ? I mean, accesKey and so...
Oh yes!!! Arcade is running locally but inside a container in another subnet! I will be back with a solution tomorrow.
try this: setup "na" (or any other not null value) as value for user, password and database. Let me know. We are working to improve this and among over to...
Thank you very much for all your feedbacks. As you can image, after opening up the project we received a lot of interest and we are trying to manage all....
hi, the new images, even if not yet tagged with a stable version, are available. They use the new version of our connectors: https://github.com/ArcadeAnalytics/arcade-connectors/releases/tag/v1.0.2 This version fixes the problem with...
in which way do you run the application? Are you using mvn ? (we moved to maven last week) Or the container?
if you run from the sources you need two shell: - first shell: `./mvnw` - second shell : 'yarn start' so you need yarn/node installed too
@msg-q we provide the docker image, is it enough?