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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Value type constraints

Is there a way to constrain the the types of values associated to each node (or edge) attribute? For example enforcing the fact that attribute 1 must be a string and attribute 2 must be an array, etc.: (n: Vertex {foo: String!, bar: Array!})

Resolved! Struggling with matching two subgraphs

I have two graphs that I need to compare. I've already run the HASH to figure out that these two are different, now I need to know how different. This is the data set merge (a:Delivery {inode:0, name:'A1', type:'Delivery',load:'Truck',compileunit:'ro...

Neo semantics RDF

I am using neo4j 4.0.8 and neosemantics 4.1.0.1. I am trying to export my graph as rdf. I am able to get rdf result using GET API :GET /rdf/neo4j/describe/find/SUPPLYCHAIN/type/Supply_Chain But post API using POST /rdf/neo4j/cypher is giving an empty...

Problem with connect to bolt in docker

Good evening, I have been fighting with neo4j for several days and I cannot connect, I get the following errors: File "/home/nefalem/.local/share/virtualenvs/kazdream-OmuGMSnD/lib/python3.8/site-packages/neo4j/init.py", line 199, in bolt_driver raise...

Create a relationship on the same node

I want to create a relationship with the same node LOAD CSV WITH HEADERS FROM "file:///transactions.csv" AS line WITH line MERGE (c:Customer {loginId: line.`login_ID`, name: line.Customer_Name, age: line.Customer_Age, occupation: line.Customer_Occupa...

Optimizing Co-occurrence Query

I'm having a hard time optimizing a query to get co-occurrence data from my graph. The data in my graph represents projects and companies working on them. I'm trying to get data on how often each company worked with each of the other companies on a p...

2X_c_c18fe196420ebf57c14f8f4b378d937f7bcf23f2.png 2X_4_41ae21032941a295b6c7ca17cc98ca11b0934afc.png
hisham by Node
  • 2873 Views
  • 19 replies
  • 0 kudos