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
  • 857 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

Cypher query for retrieving rdf data

Hi Attached is the node in my graph database. I am trying run a cypher query to retrieve the node. My queries were match (a) where a.id=203 return a Result :no records were retrieved match (a) where a.rdf-schemaCreationSource='SURVEY' return a Res...

3X_2_0_20444b1f5ac5a5e0c2ed2b1d9ea11c12e6185cbe.jpeg

Obtaining node uuid and parent uuid

Hi all, I'm using neomodel and I have the following models: class ForumElement(StructuredNode): uid = UniqueIdProperty() created_at = DateTimeProperty(default=dt.datetime.utcnow()) text = StringProperty() is_visible = BooleanProperty(...

3X_e_5_e5e9676b0a38b544d4678b38b91f6bad00bbfe0f.png

Resolved! Apoc.load.xls throwing errors (log4j related)

I've created a new project and clean database. I've installed the APOC libraries and created the apoc.conf file. When trying to load an Excel file, I get the following error: Failed to invoke procedure apoc.load.xls: Caused by: java.lang.ClassNotFo...

mbandor by Graph Voyager
  • 821 Views
  • 9 replies
  • 0 kudos

Resolved! Strategy for matching 6 million nodes

Hi, I have 6 mill nodes "Equipment" that I want to relate to 60.000 node "Product" by matching on 2 properties (.Manufacturer and .Model) that are common on both node types. Properties are indexed on both node types This is time-consuming and prone t...

GDS Library - No compatible version found

Today GDS refused to work. I'm working on Neo4j Desktop 1.4.14 Enterprise Edition, and if I try to install the GDS library for a new project, there is no compatible version. For all old projects GDS works fine. Any suggestion on how to fix that issue...

3X_0_1_01b2bd362ff688ebfac377c1c39f9bb783568c40.png

Neo4j-admin indexes

In 4.x versions of neo4j , we were wondering if there is a way to do index creation offline. We were using CSV import using neo4j-admin, and as a post step we need indexes on some attributes and edges. Is that possible to do using Neo4j-admin or do w...

Resolved! Schema Design / Queries

I am very new to graph databases and to neo4j, I am trying to understand the limitation of the tools and would like to see if I am able to solve the following problem with the database alone (not having to use the application layer at all). I have th...

3X_6_9_6963385f7e35f77d7bdd26faa0ef281000db2b66.png 3X_d_2_d2dbddb8793f66482846d9e960d4fc29d7b36b48.png
jvm986 by Node Link
  • 1029 Views
  • 9 replies
  • 7 kudos

How can I found the Longhest Path in a Graph?

Hi all, I have a graph of invoices issued by companies to other companies I need to understand which are the longest continuous paths, they find GDS algorithms for shortest path but I can't find any for longhest path. Help would be super Thank you At...

3X_3_a_3a0419e6b48e8dfdb98493a01a680fcd7fa437cf.png

Resolved! Two results from the same node into a single query

Hi everyone, it's my first post in this community and I hope to do everything correctly, if not, be patient! I'm trying to structure a small social network, but I can't develop a query that will surely be very simple for you. The query I have to dev...