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

How Graph databases grow to operate at web-scale

The main issue that i am trying to understand that is how a connected graph can be partitioned and sharded to scale horizontally. I have been looking at facebooks TAO db architecture. https://medium.com/coinmonks/tao-facebooks-distributed-database-fo...

How to disable metrics

Hi, my testing server running out of space because metrics folder is growing big. I can't see any option to disable the metrics in the neo4j.conf file. Metrics folder ( /var/lib/neo4j/metrics) around 4 gb, how to reduce or disable it! Version: 3.4.0 ...

gchokeen by Node Link
  • 2663 Views
  • 5 replies
  • 2 kudos

Data not inserting into neo4j

Hello, I am trying to import data into neo4j. i am having 1 million of records and i am inserting this data using Jar. this jar calling a method which inserting the data into neo4j . i am using Merge statement for that . but after inserting 50k recor...

12kunal34 by Graph Fellow
  • 4937 Views
  • 21 replies
  • 0 kudos

Neo4j Won't start

My Neo4j Crushed and won't restart!! help! ubuntu@ip-10-0-32-44:/var/log/neo4j$ ulimit -n 1045590 2018-12-23 10:30:26.025+0000 INFO [o.n.k.i.i.s.f.FusionIndexProvider] Schema index cleanup job closed: descriptor=Index( GENERAL, :label[784](property...

Neo4j GPU Accelerated Graph Algo Execution

Hello, I am having 2 GPU accelerated libraries ported to Java: https://gunrock.github.io/ - C based API https://github.com/rapidsai/cugraph - part of Nvidia large effort to bring common GPU accelerated framework to the wild (has python API, but unde...

How to user the UNWIND with WHERE clause?

Hi guys! I need some help with a operation in Neo4j. I have a relation like (c)-[a]->(u)-[v]->(p). Actualy i have a query return return c, u, COLLECT(v), p ... I made this logical to isolate [v] (Visit) and preserve a perspective to single result for...

Importing Relationship from CSV file

Hi, I'm new to neo4j and Cypher language. I've 3 tables and I'm trying to mass import their relationship. Table 1 ( Author_ID | Author_Name | (Other properties) ) Table 2 (Paper_ID | Paper_Name | (Other properties)) Table 3 (Subject | Relation | Obje...

Joe123 by Node Link
  • 3648 Views
  • 1 replies
  • 1 kudos