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
  • 920 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Change Relationships name

Hello Everyone I just want to know how I can change the name of relationships in neo4j. I have many relationships that have label "IS_CONNECTED_TO". Right now I want to substitute them all with "KNOWS". Does anybody know how I can do it? Thanks

date("04-26-2022") <- This should work

Bad news for data scientist, date functions still sucks!It cannot convert a simple string like this one "04-26-2022" from the USA to a date.I lost again an hour trying to figure out a way to convert it reading about apoc stuff.Why does it have to be ...

An error when first run of neo4j desktop

I've just downloaded and installed Neo4j-desktop `neo4j-desktop-1.4.15-x86_64.AppImage`. on a Ubuntu 22.04 machine.I just launched the installation and the product display the start page. I inserted the license.But when I try to create a new database...

Connect neo4j desktop with python

I am running Neo4j Desktop (version 1.4.15)  on Windows 11.  I also have Anaconda installed on the same machine. I have performed "pip install graphdatascience" in Anaconda. When I run the following code from the Jupyter notebook: HOST = 'bolt://loca...

learner by Node Link
  • 389 Views
  • 1 replies
  • 0 kudos

Virtual graphs for analysis

I am using virtual graphs to restructure part of a graph database. It would be very helpful to run analyses on virtual graphs. This way I only need to update one physical version of the database. However, all the tutorials I can find on virtual graph...

April by Node
  • 349 Views
  • 2 replies
  • 0 kudos

Neo4j Performance issue

Hi All, I'm using Neo4j Causal Cluster which consists of 3 x ( 64 GiB of memory, 8 vCPUs ) servers that are hosted in AWS EC2. Details of the cluster:Neo4j Version: Neo4j Enterprise 4.3.6 We are currently experiencing an intermittent slowness in our ...

Resolved! Desktop: Unknown function 'apoc.date.format'

I'm new to Neo4j, querying the Desktop localhost from a JavaScript test file. I have a date field and the following query works: MATCH (n) RETURN n.due_date But I want to format it in UTC format before returning. I saw some example of date format in ...

export dump from windows to linux

how can i export a neo4j database from windows to unix. when i tried, i got the following error message: neo4j-admin load --from=./globssb_28092022.dump --database=globssb --force WARNING: Max 1024 open files allowed, minimum of 40000 recommended. Se...

OrderBy is not working in neo4j-graphql-java lib

Hello, I have declared following schema type Person { name: ID! born: Int actedIn: [Movie] @relation(name:"ACTED_IN")}type Movie { title: ID! released: Int tagline: String}type Query { person : [Person]}Running the following query { person(f...

harik by Node
  • 313 Views
  • 1 replies
  • 0 kudos