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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Import a JSON with conditions

Hello there, I'm trying to import a JSON with some conditions. The JSON file is a little complex, let's see why I'm saying this. This is the file content. { "categories": [ { "name": "Index Crime", "sub_categories": [ { "code": "01A", "description":...

Resolved! Registering apoc in Neo4j 4.0

We use an embedded version of Neo4j and used to register procedures similar to: Procedures procedures = ((GraphDatabaseAPI) graphDatabaseService).getDependencyResolver().resolveDependency(Procedures.class); try { procedures.registerProcedures(Coll.c...

Count unique string after splitting

hi i have 3 nodes with property name education (node1)["education"] = "school1::uni1" (node2)["education"] = "school3::uni1" (node3)["education"] = "school3" i want to count the unique string after splitting by delimiter "::" so the final result woul...

Resolved! Import plain file with a format

Hello everyone, I have a question about loading data from a file that is plained and has some rules:This is my sample data 00001 A00 0 Cholera Cholera 00002 A000 1 Cholera due to Vibrio cholerae 01, biovar cholerae Cholera due to Vibrio cholerae 01, ...

2X_f_ffbee6983dd649380a1dd9c6e7b84e79ed01be99.png
dbranco by Node Link
  • 874 Views
  • 4 replies
  • 2 kudos

Path Traversal and Node Extraction

Hello Room! I have a Cypher query written which returns a path between (nodea) and (nodeb) so it starts at nodea and ends at nodeb and traverses a multi-level path through different nodes and different relationships, so a structure like: (nodea)-[rel...

Recommendation engine based on Employee Data

Hello, Has anyone tried to build a recommendation engine based on employee info? Employee info may consist of Name, Email ID, Manager, Location, Skills, Interest, Emailed to recipients, emails from recipients, Events attended etc. Basically, we are t...

Error : Export of csv from browser

Hello Team, Getting below error while exporting csv from browser: Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure apoc.export.csv.query: Caused by: java.io.FileNotFoundException: /datasan01/neo4japp/neo4j-enterprise-3.5.3/im...

ERROR Unexpected error detected in bolt session 'bolt-54'. Failed to process a bolt message org.neo4j.bolt.runtime.BoltConnectionFatality: Failed to process a bolt message

Hello Team, Neo4j Version = 3.5.3 OS = RHEL 7.x Getting below error in neo4j.logs: Exception in thread "CustomProcedureStorage" java.lang.OutOfMemoryError: Java heap space 2020-01-29 10:12:57.093+0530 WARN The client is unauthorized due to authentic...