Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [tinkerpop]

Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).

tinkerpop
18 votes
2 answers
10k views

How can I use gremlin-console to remotely create and access variables?

I remotely connect to a gremlin server using gremlin-console(which is janusgraph), but when I create a variable and access it, it doesn't work. My ultimate goal is to use gremlin-console to create ...
Gao's user avatar
  • 922
14 votes
6 answers
9k views

How can I remotely connect to a JanusGraph server?

I want to use Java API to manipulate graph on a remote server, the server actually hosts in localhost. The code I use to connect server is: JanusGraphFactory.Builder b = JanusGraphFactory.build(); b....
Gao's user avatar
  • 922
13 votes
1 answer
5k views

What is tinkerpop? [closed]

How the forum TinkerPop can be addressed? Is it going to specify a standard for the Graph DBs and the related technology Frameworks? In this effort TinkerPop is considered as an authority or pioneer ...
Vinodh's user avatar
  • 916
11 votes
1 answer
6k views

Titan db how to list all graph indexes

I've been looking at the management system but some things still elude me. Essentially what I want to do is: List all Edge based indexes (including vertex centric). List all Vertex based indexes (on ...
Pomme.Verte's user avatar
  • 1,792
10 votes
3 answers
4k views

Choosing an appropriate way to use Neo4j in Python

I am currently using embedded python binding for neo4j. I do not have any issues currently since my graph is very small (sparse and upto 100 nodes). The algorithm I am developing involves quite a lot ...
npobedina's user avatar
  • 331
10 votes
1 answer
2k views

How do I connect to a remote Neo4j database using gremlin python?

From what I've read Neo4j implements apache tinkerpop which leads me to think I can use gremlin python and rather than connect to a gremlin server I can point the python code at a neo4j server and ...
Alex Ward's user avatar
  • 481
9 votes
2 answers
17k views

How to get id and all properties from a vertex in gremlin?

I am using AWS Neptune with gremlin and I want to get the id of a vertex with all properties of the vertex in one query. How can I do this? I have tried g.V().hasLabel('file').valueMap(true) but ...
Christopher's user avatar
9 votes
4 answers
5k views

How to delete graph in Titan with Cassandra storage backend?

I use Titan 0.4.0 All, running Rexster in shared VM mode on Ubuntu 12.04. How could I properly delete a graph in Titan which is using the Cassandra storage backend? I have tried the TitanCleanup....
Automatico's user avatar
  • 12.7k
9 votes
1 answer
4k views

how to commit changes on gremlin server using gremlin python

I am writing a script to create a graph on gremlin-server using the gremlin-python library. I could not find any good documentation for the library. This is the code structure with which I am ...
Tushar Aggarwal's user avatar
9 votes
1 answer
4k views

gremlin python - add multiple but an unknown number of properties to a vertex

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 have ...
Ian's user avatar
  • 3,830
8 votes
1 answer
3k views

How to increment a vertex property value in a TinkerPop graph

How would I traverse through a graph and increment a value of a vertex property? Either by some fixed amount or by an amount in a property of an edge leading to it. eg. with the following graph: ...
Matt Hamilton's user avatar
8 votes
2 answers
2k views

Neo4j Multi-tenancy

What is the best way to achieve multi-tenancy in neo4j? I have seen Tinkerpop and Spring Data. I'm have multiple clients and I would like to store client info in its own database to ensure security. ...
Kelly Watson's user avatar
8 votes
4 answers
7k views

What is the right way to find an edge between two vertices?

Using tinkerpop blueprints API, what is the best way to find if an edge exists between two vertices? I would like to avoid vertex.getEdges() and iterate until find the right one. E.g.: Check if v1 is ...
Luccas's user avatar
  • 4,208
8 votes
2 answers
1k views

Is there a way of using Gremlin within an asyncio Python application?

The TinkerPop documentation describes GLV for Python. However, the examples presented in there are built around synchronous code. There is the aiogremlin library that was desingned to enable use of ...
skalski's user avatar
  • 113
7 votes
2 answers
5k views

Gremlin - Giraph - GraphX ? On TitanDb

I need some help to be confirm my choice... and to learn if you can give me some information. My storage database is TitanDb with Cassandra. I have a very large graph. My goal is to use Mllib on the ...
dede's user avatar
  • 91

15 30 50 per page
1
2 3 4 5
68