gremlin-server Questions
1
I can't understand how to get a JanusGraphManagement instance from a graph created with the ConfiguredGraphFactory.
I tried doing something like this:
JanusGraphFactory.Builder config = JanusGr...
Stonecutter asked 22/8, 2019 at 15:35
1
Solved
Seems like Gremlin Console not working for Windows:
I downloaded the latest Gremlin console and run the bin\gremlin.bat file. seems like after connecting (as in the below commands) and running a si...
Armillda asked 4/8, 2020 at 15:16
2
In our graph, there are a lot of vertices which have more than 100k of outgoing edges. I would like to know what are the approaches to handle all palettes of situation which come out of this.
Let...
Uticas asked 15/1, 2019 at 9:12
1
I am using embedded janusgraph in my java backend my code depends on janusgraph instanciated from graph = JanusGraphFactory.open(conf)
AFAIK this connects to Cassandra and elastic search directly...
Eschatology asked 8/3, 2019 at 8:26
1
Solved
Thanks a lot for your help in advance
I'm trying to setup my AWS Neptune environment by following the instruction at https://docs.aws.amazon.com/neptune/latest/userguide/get-started.html . The set...
Alembic asked 13/5, 2020 at 7:1
2
Solved
I'm having a vertex with following details:
http://localhost:8182/?gremlin=g.V(4192)
{
"requestId": "6ce01f3b-f623-41f6-bb03-dd56014e0701",
"status":
{
"message": "",
"code": 200,
"attrib...
Dietetics asked 18/5, 2016 at 12:57
1
Solved
I have a set up where I am using the gremlin-core library to query a remote Janusgraph server. The data size is moderate for now but will increase in the future.
A few days ago, I saw the "Max fra...
Bib asked 3/9, 2019 at 12:30
1
Solved
I want to add more than one property to a vertex, but from the outset do not explicitly know what those properties might be. For example, say for one person to be added as vertex to the graph, we h...
Meri asked 14/6, 2019 at 17:46
1
Solved
I Have created a graph using gremlin console
gremlin> ConfiguredGraphFactory.graphNames
==>MYGRAPH
gremlin> ConfiguredGraphFactory.getConfiguration('MYGRAPH')
==>storage.backend=cql
==...
Inorganic asked 7/11, 2018 at 8:12
1
Solved
Using gremlin-javascript, I'm connecting to a remote server using:
const gremlin = require('gremlin')
const Graph = gremlin.structure.Graph
const DriverRemoteConnection = gremlin.driver.DriverRemo...
Leopoldeen asked 25/10, 2018 at 21:10
1
Solved
I'm using gremlinpython to access the data in Janusgraph, but it is throwing an exception whereas the data is accessible from Gremlin shell.
Here is the Python code which I'm running remotely:
fr...
Chamade asked 5/10, 2018 at 10:38
1
I get the this error in gremlin console
cegprakash@cegprakash:~/workspace/janusgraph-0.2.1-hadoop2$ ./bin/gremlin.sh
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: janusgraph.imports
pl...
Guyguyana asked 30/7, 2018 at 13:14
1
Solved
I found a guide for creating a graph using csv data files using groovy. (https://github.com/vsantosu/gremlin-importer/wiki/CSV-import-guide)
Say I want to create this marvel superheroes graph (or ...
Hyphenated asked 26/4, 2018 at 12:43
0
I just started JanusGraph and my total RAM usage is more than 5GB without firing any queries. I have the following dependent services running
JanusGraph
GremlinServer (via JanusGraph)
Cassandra (...
Possing asked 13/4, 2018 at 4:37
1
Solved
I'm running on Windows 10 with janusgraph-0.2.0-hadoop2.
I have put the winutils.exe in the bin folder.
P:\Software\DB\NoSQL\janusgraph-0.2.0-hadoop2\bin>gremlin-server.bat
Error: Could not fi...
Latvina asked 14/3, 2018 at 18:16
2
I've started playing around with gremlin-python wrapper to interact with my gremlin server.
I did the following steps:
./bin/gremlin.sh
Once the Gremlin console opens up, I loaded configuration...
Spokeswoman asked 6/9, 2017 at 8:25
2
Solved
I'm using Titan 1.0 Version and Gremlin Server with REST Api for creating and updating Vertex details.
How can I delete the vertex using vertexId?
Buyers asked 19/5, 2016 at 6:57
1
Solved
Abstract
I'm trying to set up a Titan/Cassandra/Gremlin-Server stack in Docker (v1.13.0). The problem I'm facing is that applications trying to connect to Gremlin-Server on the default port 8182 a...
Change asked 21/1, 2017 at 19:52
1
Solved
I'm creating a Titan graph (backed by Dynamodb); I'm using Titan 1.0.0 and running Gremlin-Server 3 (on TinkerPop3).
I'm trying to add a vertex to my graph with a label and multiple properties in ...
Menam asked 27/7, 2016 at 21:49
1
© 2022 - 2024 — McMap. All rights reserved.