-
I'm just getting started with tinkerpop and orientdb. I've been trying to install this plugin using:
```
:install com.michaelpollmeier orientdb-gremlin 3.2.3.0
```
in the latest console (3.2.4) a…
-
Following [GIE for Gremlin](https://graphscope.io/docs/interactive_engine/tinkerpop/tinkerpop_gremlin#connecting-via-gremlin-console), I failed to connect to GIE Gremlin endpoint.
```bash
WARNING:…
-
Running on Ubuntu 12.04 LTS x86_64
Here's my maven version:
```
user@host:~/titan-0.2.0$ mvn -v
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 13:51:28+0000)
M…
-
Hi,
We have integrated the neo4j-gremlin-bolt driver into a gremlin server. Below the steps:
- Download and unzip gremlin server (http://apache.mirrors.lucidnetworks.net/tinkerpop/3.4.2/apache-tin…
-
```
gremlin> :install com.orientechnologies orientdb-gremlin 3.1.7
==>Conflicting module versions. Module [groovy-xml is loaded in version 2.5.14 and you are trying to load version 2.5.7
gremlin> :…
-
```
gremlin> :install com.blazegraph blazegraph-gremlin 1.0.0
==>Conflicting module versions. Module [groovy-xml is loaded in version 2.4.6 and you are trying to load version 2.4.1
```
-
### Discussed in https://github.com/orientechnologies/orientdb/discussions/10007
Originally posted by **fenriquez1** August 2, 2023
How do I add the serializer "com.orientechnologies.orient.c…
-
I'm trying to configure IRSA ([IAM Roles](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html)) when using neptune-gremlin, but without success.
I have created an IAM…
-
It is fairly straightforward to bootstrap an environment inside the Python console so that it can be used with a Gremlin Server. This has the advantage of being able to mix Gremlin and Python (and als…
-
I've followed the steps Chapter 7. INTRODUCING GREMLIN SERVER on setting up the gremlin console on a remote server and connected to it with
```
gremlin> :remote connect tinkerpop.server conf/remo…