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
  • 996 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
  • 1210 Views
  • 1 replies
  • 1 kudos

Resolved! Queries with related nodes

Hi all, let's assume that we have orders, assigned orderlines. and the query (o:Order)-[ol:ORDERLINE]->(p:Product) return o,ol,p; this would return for each orderline all attributes about o. actually neo4j returns result arrays with each line having ...

Batch update properties on relationships too slow

Hi guys, I need some hints from experts to help me to do bulk update to properties on relationships. I'm using java API to parameterize the data I want to update, one piece of my data looks like: {"from":"241919837","to":"330970321","label":"ACT_IN",...

yunzhoun by Node Link
  • 1131 Views
  • 2 replies
  • 0 kudos

Visualization neovis

hello, I have 900 data with 3 labels: company, jobs and industry. I relation it to a query: MATCH (c:company), (i:industry), (j:jobs) where i.id=c.id AND c.id=j.id CREATE (i)<-[:kategori]-(c)-[:menyediakan]->(j) when I want to display the type of in...

2X_4_448c81a59d49925f0ceee65348074fa5d1a7866c.png

Neo4J ENTERPRISE 4.1 fails to start

Neo4j 4.1 enterprise fails to start on AWS EC2 with Neo4jStreams root@ip-172-31-0-156:/home/bitnami# tail -100f /var/log/neo4j/debug.log at com.neo4j.dbms.database.MultiDatabaseManager.forSingleDatabase(MultiDatabaseManager.java:134) at com.neo4j.dbm...

Alternative to saved scripts

Hi everybody, I'm an IT student currently working on a little neo4j project. Everything is working fine except the "saved scripts" part. As said in the documentation all saved scripts are stored in the Browser cache and its an issue for me. Is there ...

Machine Learning and NEO4j Best practice

Hello everyone, I hope you guys are doing well and staying safe. I've quick question about ML / AI best practice with NEO4j! As of now, I've my graphdb almost ready and want it to do a research ahead to eliminate possible limitation before I jump int...

plee by Node Clone
  • 326 Views
  • 0 replies
  • 0 kudos

More Weirdness on Search in 4.1.0 and Bloom

Hi, Trying to get a 4.1.0 database up and running and getting strange results. In Browser I do a very simple search MATCH (n:Word{term:'beam'}) return n It returns 2 nodes :492 * count:14 * pos:VERB * scale: 1.146128035678238 * term: beam:59 * count:...

2X_0_0ede89fff39a017dd2cd9114eb42be1148122b31.png 2X_c_cb069da6d278c02d342c837f728afa47abd05156.png

Need idea about Cypher query writing

Hi, I have a NEO4J database with 10M+ Nodes and 40M+ relationships. There is a system where I am getting data about 2/3M new rows per hour. What I am doing now is merging the new nodes and calculating the new relationships for incoming rows. The rela...