cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 976 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1199 Views
  • 1 replies
  • 1 kudos

Create Graph Data Science Graph from APOC Graph

I would like to run some graph data science algorithms on a sub spanning tree of nodes and relations of a larger graph. To get the spanning tree, I use the APOC library. MATCH (e:Entity) WHERE e.property in ["foo", "bar"] # some property condition C...

Resolved! How to find intersections

**Consider hotels in pune. Some hotels provide lodging facilities whereas some provide only restaurant facilities and some provide both. Query is List the names of hotels having both lodging and restaurant facility

Loading plugins into neo4j desktop

I have been using neo4j desktop 4.2.1 on Linux with APOC and GDS plugins. I managed to load APOC and GDS plugins for one of my database projects, and they have been working well. But I would like to clone that project and access the plugins with t...

Resolved! Load CSV with multiple relations one on the same two nodes

I actually wish to load csv file in a way that limit number of nodes but multiple relations. for example I have only 1 subject and let's say 2 objects, between the subject and objects, I have multiple types of relations, so maybe my file looks like t...

oli by Graph Buddy
  • 1183 Views
  • 5 replies
  • 0 kudos

How to separate data

There is a same type of node for each group and I created an index on 'id' of that node. But the nodes in each group are totally separated and no usage of sharing them. So I'm wondering which one is good to create indices. create one index for all no...

Escape characters in String in cypher statement

Dear Team, I am facing some challenges while trying to call multiple apoc procedure within one another. call apoc.custom.asProcedure('RIL_ODU_PATH_TERMINATION_V1', 'call apoc.bolt.execute("bolt://user:password@10.144.97.90:7070", "match (a:inventoryO...

3X_6_c_6c5b57fe8e30c0165a7d4f2547cc6d4db9fcaa99.png
nitinjkt by Node Link
  • 484 Views
  • 0 replies
  • 0 kudos

Help optimize query

I am using Neo4j for analyzing LDAP servers, and would appreciate some help / feedback on the data model as well as the query for building relationships. Currently, I am creating nodes for each LDAP entry with a label equal to its objectClass attribu...

APOC 4.2.0.4 and manual indexes

I'm trying to migrate to APOC 4.2.0.4 and right now don't know how to rewrite the following constructions: session.query("CALL apoc.index.list() YIELD name CALL apoc.index.remove(name) YIELD name AS removedIndexName RETURN removedIndexName", new Hash...

Builiding Career path recommendation

Hello can I build a career path recommendation using neo4j. The model should take requirements and properties of user and should output the recommended career for the users. I am new to neo4j. If it is possible it will be of much help. Thanks

Resolved! Enabling remote backup on GCE

@david.allen, I would like to know, if I want the remote backup to be enabled on my google cloud launcher VM, I should be only editing neo4j.templete file with following By default the backup service will only listen on localhost. To enable remote ba...

tharshy by Node Link
  • 2500 Views
  • 9 replies
  • 3 kudos