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
  • 942 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
  • 1183 Views
  • 1 replies
  • 1 kudos

How to project a graph?

Hi! I have a graph with two types of nodes, lets call them G for groups and P for persons. Persons belongs to a group with, call that relation r1 and persons know other persons, call that r2. I want to "project" the graph to a graph of only Groups wi...

kaptenh by Node Clone
  • 1140 Views
  • 2 replies
  • 0 kudos

New Database Recreating Unwanted indexes

Hi I'm not sure if i have missed something in the documentation or i have some lingering transaction log being replayed causing this but here is what i have done. This is all with 3.5.0 community edition. I first created a database by importing data ...

Escape ' character in cypher quesitions

When usuig Neo4j browser I can do something like this MATCH (x.......) set x.text = ''' I use the escape character \ to write a ' But when I try to send the same query via the HTTP API I get a parsing error, saying that it does not recognize the esca...

Json tree structure apoc.convert.toTree usage

Hi I need cypher query, that would return me tree structure in json. I tried apoc.convert.toTree <- its great, it returns tree structure and all properties of the leaf(child) nodes. But i need only tree structure and id-s from the leaf(child) nodes a...

paulare by Graph Buddy
  • 1830 Views
  • 1 replies
  • 0 kudos

Create dynamic Json with neo4j path nodes

Hi Everyone , I need some help from you guys. i know that we can return json output from cypher queries.but my scenario is quite different i have nodes in below format DNA<------EXP<------HAR<-------PI now problm is that this path can have multiple ...

12kunal34 by Graph Fellow
  • 6455 Views
  • 13 replies
  • 4 kudos

Create Multiple Database in AWS Cluster

Hi Everyone, I have a question regarding the neo4j database setup. i have neo4j installed in my aws cluster and it is running fine there it is using by default database . i am curious to know about that can we create multiple database there , if yes...

12kunal34 by Graph Fellow
  • 1712 Views
  • 4 replies
  • 1 kudos

Resolved! Super Label & Sub Label Counts

Version 3.4.8 //Sample Interaction node with multiple labels < CALL apoc.create.node(['Interaction'] + 'App_Reg', {userid:toInteger(a.userid), event_date:date(a.reg_date)} CALL apoc.create.node(['Interaction'] + 'Open', {userid:toInteger(a.userid), e...

Sandip by Node Link
  • 1608 Views
  • 2 replies
  • 2 kudos

Access cluster in Kubernetes using ssh tunnels

We have set up a casual cluster using Kubernetes in Google Cloud, using private IPs and DNS discovery (with DNS service provided by Kubernetes). The cluster runs fine within Kubernetes, but when accessing the cluster remotely with e.g. the Neo4j desk...

Resolved! Cypher Query to get all data of one node

Hi guys. I have couple of question. I'm newbie and i just started with neo4j and it's cypher. This is how my db looks. My question is: How query needs to look if i want to get all posts with all its data (post can have more than one picture, hashta...

2X_0_008a13fbae49dbd6e8b6d0f9a19652f7859a5e99.png
Hazaaa by Node Link
  • 4444 Views
  • 9 replies
  • 4 kudos