Questions tagged [arcadedb]

13 questions
3
votes
0 answers

How to setup databases on ArcadeDB instance?

I cannot see my databases on ArcadeDB Website. But I can see them both on the CLI. What am I missing on setting-up or running-on ArcadeDB? Setup with their Getting-Started Guide docker run --rm -p 2480:2480 -p 2424:2424 -e…
ZM.TSS
  • 31
  • 3
3
votes
1 answer

Spring-Data-Jdbc with ArcadeDB

Using a Spring-Data-JDBC repository and ArcadeDB as persistence, a simple "count()" runs on an error. 2022-07-10 12:54:33.755 DEBUG 14320 --- [ main] o.s.jdbc.support.JdbcTransactionManager : Creating new transaction with name…
Gregor
  • 2,917
  • 5
  • 28
  • 50
2
votes
0 answers

getting Gremlin-console error while gremlin console is attempting to connect to arcadedb in docker

I am trying to use Gremlin query language for access data in ArcadeDB, but I am getting this error. I've started Gremlin-Console and ArcadeDB in Docker and trying to connect. What am I doing wrong? Launch ArcadeDB with Docker: docker run --name…
rgaponov
  • 133
  • 1
  • 7
1
vote
0 answers

Efficient Gremlin queries for Variable-length paths

I'm trying to benchmark the performance of Gremlin for biology-related knowledge graphs. I need to write a Gremlin query that is equivalent to this Neo4j/Cypher: MATCH path = (gene:Gene) - [:enc] -> (prot:Protein) - [:h_s_s|ortho|xref*0..2] -…
zakmck
  • 2,715
  • 1
  • 37
  • 53
1
vote
1 answer

Equivalent of metadata:schema

Please can someone explain the equivalent of SELECT expand(classes) FROM metadata:schema LIMIT 100 from OrientDB in ArcadeDB ? I've obviously tried the query and also expand(types) instead but neither work.
Antony
  • 3,875
  • 30
  • 32
1
vote
1 answer

How do you install ArcadeDB on Ubuntu?

I appreciate there is a Docker setup for ArcadeDB but I'm not clear on how to actually install it on Ubuntu? For OrientDB I followed this tutorial (https://computingforgeeks.com/install-and-configure-orientdb-on-ubuntu/?expand_article=1) but even…
Antony
  • 3,875
  • 30
  • 32
1
vote
0 answers

Run testcontainers in github actions for unit tests

i am trying to use testcontainers for unit tests in github actions here is my github workflow file: name: 'CI-build' on: push: branches: - 'main' - 'master' - 'v-*' pull_request: types: - opened -…
rgaponov
  • 133
  • 1
  • 7
1
vote
0 answers

ArcadeDB | `All hosts are considered unavailable due to previous exceptions. Check the error log to find the actual reason.`

What are the details of your problem? Why is Tinkerpop-Gremlin AnonymousTraversalSource finding ArcadeDB unavailable? I looked at log/arcadedb.log.x files but they're empty. And the Log4j2 logs also don't contain any further information. I may just…
Zach
  • 539
  • 1
  • 4
  • 22
1
vote
0 answers

How to view the data created using gremlin server (from python) in ArcadeDB studio?

So, i'm trying to connect to arcade db using gremlin server, from a python script, what ever data i create ,such as new vertices and edges, how do i see them through the arcadedb studio?? Currently they are not visible (only the imported database is…
0
votes
0 answers

Can No Longer Access ArcadeDB-Studio Upon Restarting Its Docker Container

What are the details of your problem? I can't get to my ArcadeDB-Studio instance after restarting its Docker-container. Currently, I'm working on researching-and-testing ArcadeDB and I shutdown the PC each day. Problem is when I return, Docker…
Zach
  • 539
  • 1
  • 4
  • 22
0
votes
0 answers

Unable To Reach Local ArcadeDB-Studio on ArcadeDB-Docker-Container with Gremlin-API Enabled

What are the details of your problem? I'm unable to access ArcadeDB-Studio when trying to connect to Gremlin-API-enabled ArcadeDB-Docker-container. I don't understand why this would make its Studio unavailable. Is there another step I missed when…
Zach
  • 539
  • 1
  • 4
  • 22
0
votes
0 answers

Importing a CSV file into an ArcadeDB Docker Container raises a 'Cannot execute command' error on import command execution

What are the details of your problem? I am trying to import a large dataset into ArcadeDB. But I'm running into issues with using the import example provided. What is wrong about this ArcadeDB-SQL? How do you well format ArcadeDB-SQL import? Error…
Zach
  • 539
  • 1
  • 4
  • 22
0
votes
0 answers

ArcadeDB integration with LiquidBase

Is there a any plan to be able to use Liquibase to maintain the structure and data inside ArcadeDB ?Thanks I could not find any example on the net about this. Is it complex to do ?