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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Resolved! Spark Connector only returns empty DataFrames

Hi, I need help troubleshooting a rather weird error. I have setup a (single instance) Azure VM to run Neo4j following the official documentation to feed data to an Azure Databricks cluster running Spark. I connected to the Neo4j VM via HTTP on port ...

2X_5_50ab5aef64a08e4325c03d7c9b81f980d2117445.png

Error after installing neo4j desktop

Hi all. First of all let me say that I am new to neo4j but I have been having a problem trying to install the desktop version. Problem: When initializing neo4j desktop for the first time, an error happens on "Preparing Application" stage. There error...

2X_1_194dbf849f871672c1d0d6fd7486d3788074f849.png

Time attribute issues

Hello everyone, I am a novice, and I have a question about time attributes. If the relationship between the nodes changes over time, such as the equity relationship, after a period of time, shareholders will sell their stocks or buy new stocks. How c...

Gds ShortestPaths error

Hi, We are using Graph Data Science library, and we got this error message: neo4j.exceptions.ClientError: Failed to invoke proceduregds.alpha.kShortestPaths.stream: Caused by: java.lang.IllegalArgumentException: Failed to load a relationship because...

dan3 by Node Link
  • 3485 Views
  • 7 replies
  • 6 kudos

Create a schema without data?

I'm not sure if this is doable, but... My want is to be able to create the database schema (Node Labels and Relationships) without the data. Then I would clone the schema and populate the data for each of my different projects. The only way I can th...

clem by Graph Steward
  • 1826 Views
  • 3 replies
  • 2 kudos

Neo4j for Automobile Engineering Processes

Hello All, Just as a background, my name is Shramana Thakur and I work as a student assistant for a research group at Fraunhofer SCAI (Germany) that develops analytics tools for various Automobile companies. A major problem is that the entire product...

st_92 by Node
  • 295 Views
  • 0 replies
  • 0 kudos

Comparing dates in cypher

What is the BEST practice to compare two dates in CYPHER? I use the cypher timestamp() but I need to compare it to a parameter date in the format: moment().startOf('week').toDate().